@font-face {
	font-family: "OpenSans-ExtraBold";
	src: url(https://www.fonepaw.com/static/css/fonts/OpenSans-ExtraBold.woff);
}

@font-face {
	font-family: "OpenSans-Light";
	src: url(https://www.fonepaw.com/static/css/fonts/OpenSans-Light.woff);
}

@font-face {
	font-family: "OpenSans-Regular";
	src: url(https://www.fonepaw.com/static/css/fonts/OpenSans-Regular.woff);
}

@font-face {
	font-family: "penSans-SemiBold";
	src: url(https://www.fonepaw.com/static/css/fonts/OpenSans-SemiBold.woff);
}

.html {
	box-sizing: border-box;
}

.header {
	border-bottom: 1px solid #ececec;
	position: relative;
	font-family: opensans-regular
}

.header .flex-container {
	height: 79px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1080px;
	margin: auto
}

@media(max-width:1080px) {
	.header .flex-container {
		width: 100%;
		padding: 0 16px
	}

}

.header .logo {
	display: block;
	width: 118px;
	height: 31px;
	background: url(/img/index-new/SVG/logo.svg) no-repeat left center;
	background-size: contain
}

.header .nav {
	flex: 0 0 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.header .nav ul {
	list-style: none
}

.header .nav .links {
	flex: 0 0 80%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	font-size: 16px;
	padding-left: 0
}

@media(max-width:1080px) {
	.header .nav .links {
		display: none
	}

}

.header .nav .links a {
	color: #595757;
	text-decoration: none;
	outline: none
}

.header .nav .links li {
	height: 100%;
	display: flex;
	align-items: center
}

.header .nav .links li span {
	display: block;
	width: 20px;
	height: 20px;
	background: url(https://www.fonepaw.com/static/img/index-new/SVG/search.svg) no-repeat left center;
	background-size: contain
}

.header .nav .links li:hover {
	border-bottom: 3px solid #2d8cff
}

.header .nav .links li:last-child:hover {
	border-bottom: none
}

.header .nav .search-form {
	flex: 0 0 0%;
	height: 40px;
	background: #efefef;
	border-radius: 20px;
	align-items: center;
	padding: 0 20px;
	display: none
}

@media(max-width:1080px) {
	.header .nav .search-form {
		display: none
	}

}

.header .nav .search-form .search-btn {
	width: 20px;
	height: 20px;
	background: url(https://www.fonepaw.com/static/img/index-new/SVG/search-gray.svg) no-repeat center center;
	background-size: contain;
	border: none
}

.header .nav .search-form form {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header .nav .search-form input {
	height: 40px;
	width: 100%;
	border: none;
	background: #efefef;
	outline: none;
	padding: 0 10px
}

.header .nav .search-form .word-list {
	margin-top: 10px;
	width: 80%;
	height: 120px;
	border-radius: 10px;
	box-shadow: 0 0 10px #efefef;
	background: #fff;
	padding: 15px;
	font-size: 14px;
	position: relative;
	z-index: 99;
	display: none
}

.header .nav .search-form .word-list span {
	line-height: 25px
}
.header .nav .search-form .word-list span a{
	color:#337ab7;
}
.header .nav .search-form .word-list span a:hover{
	color:#23527c;
}
.header .nav .btns {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center
}

@media(min-width:1080px) {
	.header .nav .btns {
		display: none
	}

}

.header .nav .btns .menu-icon {
	height: 20px;
	width: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.header .nav .btns .menu-icon span {
	display: block;
	height: 3px;
	background: #595757;
	border-radius: 1.5px
}

.header .nav .btns .menu-destroy {
	width: 25px;
	height: 25px;
	position: relative
}

.header .nav .btns .menu-destroy span {
	display: block;
	width: 3px;
	height: 100%;
	background: #595757;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	border-radius: 1.5px
}

.header .nav .btns .menu-destroy span:nth-child(1) {
	transform: rotate(45deg)
}

.header .nav .btns .menu-destroy span:nth-child(2) {
	transform: rotate(-45deg)
}

.header .nav-ph {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: absolute;
	top: 80px;
	padding: 0 15px;
	border-bottom: 5px solid #2d8cff;
	background: #fff;
	font-family: opensans-regular;
	z-index: 3
}

@media(min-width:1080px) {
	.header .nav-ph {
		display: none
	}

}

.header .nav-ph ul {
	list-style: none;
	padding-left: 0
}

.header .nav-ph ul li {
	height: 40px;
	line-height: 40px;
	font-size: 16px
}

.header .nav-ph ul li:nth-child(1) {
	height: auto
}

.header .nav-ph ul li a {
	color: #595757;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none
}

.header .nav-ph ul li a:first-child {
	height: 40px
}

.header .nav-ph ul li .tab-nav .title {
	font-size: 14px;
	color: #2d8cff;
	font-weight: 700;
	text-indent: 15px;
	cursor: pointer
}

.header .nav-ph ul li .tab-nav .links {
	display: none
}

.header .nav-ph ul li .tab-nav .links a {
	font-size: 12px;
	display: block;
	text-indent: 15px
}

.header .nav-ph .search-form-ph {
	flex: 0 0 90%;
	height: 40px;
	background: #efefef;
	border-radius: 20px;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 30px
}

.header .nav-ph .search-form-ph .search-btn {
	width: 20px;
	height: 20px;
	background: url(https://www.fonepaw.com/static/img/index-new/SVG/search.svg) no-repeat center center;
	background-size: contain;
	border: none
}

.header .nav-ph .search-form-ph form {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header .nav-ph .search-form-ph input {
	height: 40px;
	width: 100%;
	border: none;
	background: #efefef;
	outline: none;
	padding: 0 10px
}

.header .nav-ph .search-form-ph .word-list {
	margin-top: 10px;
	width: 80%;
	height: 120px;
	border-radius: 10px;
	box-shadow: 0 0 10px #efefef;
	background: #fff;
	padding: 15px;
	font-size: 14px
}

.header .nav-ph .search-form-ph .word-list span {
	line-height: 25px
}

.header .prolist {
	width: 100%;
	padding: 40px 0;
	position: absolute;
	top: 80px;
	border-bottom: 5px solid #2d8cff;
	background: #fff;
	z-index: 99;
	display: none;
	font-family: opensans-regular
}

.header .prolist .container {
	display: flex
}

.header .prolist .down-area {
	width: 40%
}

.header .prolist .down-area .box {
	background: #f7f8f8;
	padding: 20px;
	display: flex;
	flex-direction: column
}

.header .prolist .down-area .box:first-child {
	margin-bottom: 20px
}

.header .prolist .down-area .box .desc {
	display: flex
}

.header .prolist .down-area .box .desc .img-box {
	width: 30%
}

.header .prolist .down-area .box .desc .img-box img {
	max-width: 100%
}

.header .prolist .down-area .box .desc .word {
	padding-left: 20px
}

.header .prolist .down-area .box .desc .word .h3 {
	margin-top: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	width: 94%
}

.header .prolist .down-area .box a {
	display: inline-flex;
	width: 130px;
	height: 40px;
	border: 3px solid #2d8cff;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
	outline: none;
	margin-left: 54px
}

.header .prolist .down-area .box a:hover {
	background: #2d8cff;
	color: #fff
}

.header .prolist .down-area .box>a.win-down, .header .prolist .down-area .box>a.mac-down {
	display: none
}

.header .prolist .pro-link-area {
	display: flex;
	flex-wrap: wrap
}

.header .prolist .pro-link-area .link-box {
	flex: 0 0 33%;
	padding-left: 40px
}

.header .prolist .pro-link-area .link-box .h3 {
	font-size: 16px;
	color: #2d8cff;
	font-weight: 700;
	margin-bottom: 0
}

.header .prolist .pro-link-area .link-box .links a {
	margin-top: 20px;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #595757;
	outline: none;
	position: relative;
	left: 0
}

.header .prolist .pro-link-area .link-box .links a:hover {
	left: 10px;
	transition: left .6s
}

.footer {
	padding: 60px 0px;
	background-color: #fff;
	border-top: 2px solid #ececec;
	font-family: "OpenSans-Regular";
	border-bottom: 0;
}

.footer .box {
	float: left;
	width: 24%;
	color: #595757;
}

.footer .box .title {
	font-size: 20px;
	margin-bottom: 18px;
	position: relative;
	color: #595757;
}

.footer .box ul li a {
	color: #595757;
	font-size: 14px;
	outline: none;
}

.footer .box .newsletter .input-group .newsletter-btn {
	border: none;
	height: 32px;
	border-radius: 5px;
	background-color: #2d8cff;
	font-size: 14px;
	margin-left: 5px;
	transition: .5s;
	color: #fff;
}

.footer .box .active_box {
	display: inline-block;
	padding: 10px 0;
	padding-right: 25px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.footer .box .active_box svg polygon {
	fill: #2d8cff;
}

.footer .box .newsletter .input-group .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.footer .box .connect a svg path {
	fill: #2d8cff;
}

.footer .box .language a {
	color: #2d8cff;
}

.footer .box .language a:hover {
	color: #0066cb;
}

.copyright {
	padding: 12px 0;
	text-align: center;
	box-shadow: none;
	background-color: #2d8cff;
	font-family: opensans-regular;
}

.copyright p {
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin: 0 auto;
}

@media screen and (max-width:560px) {
	.footer .box:last-child, .footer .box:nth-child(4) {
		flex: 0 0 100%;
		width: 100%;
	}

}
