/* button*/
.more{
	display: inline-block;
	font-size: 16px;
	padding: 20px 48px 20px;
	background: #9e9e9e;
	border: 2px solid #c7c7c7;
	box-sizing: border-box;
	text-align: center;
	transition: ease .3s;
	color: #fff;
	display: none;
}
.more:hover{color: #fff;background: transparent;}
#Extra-setting .titleSet{padding: 0px 0px;background-repeat: no-repeat;background-size: auto;background-image: url(/images/24/img-bg01.jpg);overflow: hidden;}
#Extra-setting .titleSet h2.speBoxTitle, #page-form h2.speBoxTitle{font-size: 42px;color: #444;line-height: 1.3;text-align: center;font-weight: 600;transition: color 300ms ease-out;margin: 0 auto 25px;}
#Extra-setting .titleSet h2.speBoxTitle{
    width: 24%;
}
#Extra-setting .titleSet p{
    margin: auto;
    color: #000;
    text-align: center;
    color: #494949;
    font-size: 17px;
    margin: 10px 0 0;
    line-height: 150%;
    font-size: 16px;
    letter-spacing: 2px;
}

#Extra-setting{background: #f8f8f8;padding-bottom: 90px;padding-top: 20px;}
#Extra-setting ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#Extra-setting .workframe{display: flex;flex-wrap: wrap;padding: 30px 0px 0px;margin: 0 auto;max-width: 100%;width: 1810px;max-width: 95%;}
#Extra-setting .item{
	width: 33%;
	padding: 20px 0px 10px;
	background: #ffffff;
}
#Extra-setting .item{position:relative;margin: 15px 10px;overflow: hidden;padding: 25px 0px;display: inline-block;vertical-align: top;width: calc((100%/4) - 25px);color: #565656;text-align:center;animation-name:fadeInUp;-webkit-animation-name:fadeInUp;webkit-box-shadow: 0 5px 15px rgb(33 32 36 / 10%);box-shadow: 0 5px 15px rgb(33 32 36 / 10%);}
#Extra-setting .item:nth-child(2){-webkit-animation-delay:0.5s;}
#Extra-setting .item:nth-child(3){-webkit-animation-delay:1s;}
#Extra-setting .item:last-child:after{background:none;}
#Extra-setting .item .item-icon{padding: 10px 10px;text-align: center;}
#Extra-setting .item .item-icon .icon-text{
    display: inline-flex;
    min-width: 2.75rem;
    min-height: 2.75rem;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12);
    color: inherit;
    transition: all 0.3s ease-in;
    background: #7356bf !important;
    border-radius: 10%;
}

#Extra-setting .item .item-icon .icon-text i {
    font-size: 1.2rem;
    padding: 20px;
	color: #fff;
}
#Extra-setting .item .item-icon img{max-width: 195px;}
#Extra-setting li .item-icon img {margin: 0px auto;width: 150px;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease;padding: 0;-webkit-border-radius: 100px;-moz-border-radius: 100px;background: #fff;}
#Extra-setting li:hover .item-icon img {
    -moz-transform: scale(1.2) rotate(-350deg);
    -webkit-transform: scale(1.2) rotate(-350deg);
    -o-transform: scale(1.2) rotate(-350deg);
    -ms-transform: scale(1.2) rotate(-350deg);
    transform: scale(1.2) rotate(-360deg);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3), inset 0 0 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3),inset 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgb(67 67 67 / 20%), inset 0 0 20px rgb(255 255 255 / 10%);
    background: #f8f8f800;
}

#Extra-setting .item .item-info{padding: 0 7px;width: 95%;margin: auto;}
#Extra-setting .item .item-info .item-title{margin-bottom: 12px;color: #47729f;font-size: 32px;padding: 10px;font-weight: bold;letter-spacing: 2px;margin-top: 11px;text-align: center;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease;}
#Extra-setting li:hover .item-info .item-title{-moz-transform: scale(0.9);-webkit-transform: scale(0.9);-o-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9);}
#Extra-setting .item .item-info .item-descript{color: #353535;font-size: 15px;line-height: 160%;font-weight: bold;letter-spacing: 0px;text-align: left;padding: 20px;border-top: 1px solid #e6e6e6;height: auto;min-height: 85px;}
#about{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    position:relative;
    background-size: 100%;
    z-index: 2;
    background-color: white;
    margin-top: 90px;
    margin-bottom: 0;
    padding-bottom: 50px;
    background: url(/images/24/indexx-aboutbg.png);
    background-position: 50% 67%;
    background-repeat: no-repeat;
}
.abbg{
	overflow: hidden;
	float: right;
	width: 38%;
	margin-right: 10%;
	padding: 80px 0 30px;
}
#about .about-box{overflow:hidden;position:relative;border-right: #0b4e89 32px solid;}
#about #indexyoutube{
    display: block;
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-position:  50%;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: 54;
}

/*getmoney*/
#getmoney{
    position: relative;
    margin-top: 30px;
    padding: 50px 0;
}
#getmoney .timtitle{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#getmoney .timtitle h1{
	font-size: 39px;
    color: #444;
    line-height: 1.3;
    text-align: center;
    font-weight: 600;
}
#getmoney .timtitle p{
    color: #6f6f6f;
    font-size: 20px;
    padding: 40px 0;
    text-align: center;
    border-top: #d5d5d5 1px solid;
    margin-top: 30px;
}
#getmoney .timtitle span{
    text-align: center;
    color: #787878;
    margin: 0px 0 0;
    line-height: 150%;
    font-size: 16px;
    letter-spacing: 2px;
}
#getmoney .tanJbox{
    display: flex;
    margin-top: 15px;
}
#getmoney .tanJbox .textbox{
    display: flex;
    flex-direction: column;
    width: 47%;
    color: #505050;
    padding: 1% 2%;
}
#getmoney .tanJbox .textbox h2{
    font-size: 30px;
    line-height: 180%;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
}
#getmoney .tanJbox .textbox h2 span{
    display: flex;
    margin-bottom: 9px;
}
#getmoney .tanJbox .textbox h2 span.yellfn{
    color: #d5a448;
}
#getmoney .tanJbox .inffon h3{
    font-size: 20px;
    margin-bottom: 12px;
}
#getmoney .tanJbox .inffon p{
    margin-bottom: 35PX;
}
#getmoney .tanJbox .imgbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
#getmoney .tanJbox .imgbox img{
    height: 100%;
    object-fit: cover;
}
/**for u2**/
#about-wrap{text-align: left;padding: 0 0 20px;}
#about-wrap article{
	color: #5d5d5d;
	font-size: 17px;
	margin: 30px 0;
	line-height: 180%;
	letter-spacing: 1.5px;
}
#about-wrap p .more{
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	padding: 10px 30px;
	background-color: #364f73;
	border-radius: 0;
	margin: 30px 0 0;
}
#about-wrap h2 b{}
#about-wrap h2{color: #565656;font-size: 42px;padding: 20px 0;}
#about-wrap h3{color: #47729f;font-size: 24px;padding: 10px 0;}
#about-wrap h2 b{position: absolute;z-index: -2;left: -38px;width: 100%;height: 100%;text-transform: uppercase;display: block;top: 89px;font-size: 151px;color: #f3f3f3;line-height: 0px;text-align: end;font-weight: bold;color: #59c2e0;font-size: 162px;-webkit-text-stroke: 1px rgba(89, 194, 224, 0.2);-webkit-text-fill-color: transparent;}
#product .titleSet{padding: 30px 0px 30px;background-repeat: no-repeat;background-size: auto;background-image: url(/images/24/img-bg01.jpg);}
#product .titleSet h2.speBoxTitle, #page-form h2.speBoxTitle{font-size: 39px;color: #444;line-height: 1.3;text-align: center;font-weight: 600;transition: color 300ms ease-out;/* background: linear-gradient(to top, rgb(239 239 239) 0.5em, transparent 0.5em); */margin: 0 auto 0px;}
#page-form h2.speBoxTitle{margin: 0px auto 12px;color: #ffffff;}
#page-form  .subbtitlee{
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #ffffff;
}
#product .titleSet h2.speBoxTitle{width: 30%;}
#product .titleSet p{
    margin: auto;
    color: #000;
    text-align: center;
    color: #787878;
    font-size: 17px;
    margin: 0px 0 0;
    line-height: 150%;
    font-size: 16px;
    letter-spacing: 2px;
}
#prolay .pro-list{display: flex;flex-wrap: wrap;}
#product #prolay .pro-list .product-item{box-sizing: border-box;margin: 5px 5px;width: calc((100%/4) - 10px);position: relative;overflow: hidden;transition: ease .3s;border-radius: 0;}
.product-item a{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}
   
.product-item a::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background: transparent;
    transition: ease .3s;
    width: 100%;
    height: 100%;
    
}
.product-item a{position: relative;overflow: hidden;-webkit-clip-path: circle(120px);clip-path: circle(354px);border-radius: 30px 0px 30px 0px;transition: all linear 0.3s;}
.product-item:hover a{
    -webkit-filter: brightness(.5);
}
.product-item .info{
    box-sizing: border-box;
    z-index: 2;
    transition: ease .3s;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    transform: translateY(74px);
    color: #fff;
    padding: 0px 15px;
}
.product-item  .title{
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 44px;
    color: #fff;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: hsl(222.79deg 74.39% 32.16% / 90%);
    text-align: center;
    border-radius: 10px;
}
.product-item a:hover .title{
    background: #305dcc;
}
.product-item  .btn{
    position: absolute;
    right: 20px;
    top: -18px;
    border: 2px solid;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    opacity: 0;
    transition: ease .3s;
    /* background: #68b345; */
}
.product-item  .desc{
    height: 68px;
    overflow: hidden;
    padding-right: 17px;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    /* background: #254393; */
    padding: 11px;
    border-radius: 10px;
}
.product-item .price{height: 23px;overflow: hidden;padding-bottom: 10px;display: none;}
.product-item .price span{display: inline-block;}
.product-item .price span.saleprice{margin-left: 5px;height: 28px;}
.product-item .price span.saleprice b{font-size: 22px;color: red;}


#products-detail{overflow:hidden}
#products-detail .slick-prev{left:25px;z-index:5}
#products-detail .slick-next{right:25px}
#products-detail .sub-pro-img{float:left;width:50%}
#products-detail .sub-pro-img img{width:100%}
#products-detail .sub-pro-img .slick-slider{margin:0}
#products-detail .sub-pro-img .slick-slider div,#products-detail .sub-pro-img .slick-slider p,#products-detail .sub-pro-img .slick-slider li,#products-detail .sub-pro-img .slick-slider img{outline:none}
#products-detail .sub-pro-img .slick-dots{bottom:10px}
#products-detail .txt-set{float:right;width:50%}
#products-detail .txt-set .product-txt{padding:40px}
#products-detail .txt-set .product-txt h2{line-height:100%;margin-bottom:30px;padding-bottom:30px;font-size:20px;position:relative;margin-top:10px;color:#f1f1f1}
#products-detail .txt-set .product-txt h2:after{content:'';display:block;width:30px;height:2px;background:#0971f2;position:absolute;bottom:0;left:0}
#products-detail .txt-set .product-txt .product-Cate{
	color: #fff;
    display: inline-block;
    padding: 0px 7px;
    background: #0971f2;
    font-size: 14px;
}
#products-detail .txt-set .product-txt .ProductNO{color: #ccc;}
#products-detail .txt-set .product-txt h3{font-size:15px;line-height:150%;overflow:hidden;color: #888;}
#products-detail .txt-set .product-txt .price{margin-top:30px}
#products-detail .txt-set .product-txt .price p{margin-top:5px}
#products-detail .txt-set .product-txt .price p span{font-size:13px}
#products-detail .txt-set .product-txt .price p span b{font-family:'Josefin Sans',sans-serif;font-size:24px;margin-left:15px}
#products-detail .txt-set .product-txt .price p .money-sale{text-decoration:line-through;color:#a9a9a9}
#pro-article{margin-bottom:30px;font-size:16px}
#pro-article .tabs{border-top:1px solid #5a5a5a;border-bottom:1px solid #5a5a5a}
#pro-article .tabs li{display:inline-block}
#pro-article .tabs li a{color:#c3c3c3;display:block;padding:15px 25px;position:relative;font-size:16px}
#pro-article .tabs li a:hover,#pro-article .tabs li.active a{color:#d8c08c}
#pro-article .tabs li a:after{position:absolute;top:15px;right:0;content:'|';color:#5d5d5d}
#pro-article .tabs li:last-child a:after{display:none}
#tabs_container .tab_content{padding:30px 0}
#products-detail .sub-pro-img p{display:block;width:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#2b2b2b}
#product .entitle{margin:80px 0 30px}
#product .entitle h2{text-align:center;font-size:30px;line-height:120%;color:#0971f2;font-family:'Oswald',sans-serif;font-weight:400}
#fakeNumber{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;position: relative;margin-top: 0;/* background: rgb(25 37 54 / 64%); */background: linear-gradient(180deg, #192536c2 15%, #192536 70%, #192536 94%);margin-top: -129px;background: #ffae00;}
#fakeNumber .webframe {
    max-width: 1200px;
    margin: 0 auto;
}
#fakeNumber .index-project-tl {
    position: relative;
    text-align: center;
    background: #4b34a0;
    padding: 12px 0;
    color: #fff;
    border-radius: 7px;
    display: none;
}
#fakeNumber .index-project-tl h2 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    margin: 32px 0;
}
#fakeNumber .index-project-tl em {
    display: block;
    background: url(/images/20/new/home_210.svg) no-repeat;
    width: 81px;
    height: 38px;
    position: absolute;
    left: 50%;
    margin-left: -40.5px;
    bottom: -35px;
}
#fakeNumber .index-tl-line {
    display: inline-block;
    background: #fff;
    width: 55px;
    height: 5px;
}
#fakeNumber ul{text-align:center;padding: 0px 10px;text-align: center;color: #666;font-size: 16px;-moz-box-shadow: 0 7px 27px rgba(70, 70, 70, 0.32);-ms-box-shadow: 0 7px 27px rgba(70, 70, 70, 0.32);}
#fakeNumber ul li{display:inline-block;width: calc(25% - 24px);color:#fff;text-align:center;position:relative;}
#fakeNumber ul li:after{content:'';width: 3px;height:50px;display:block;background: rgb(241 241 241 / 36%);position:absolute;z-index:5;top:calc(50% - 25px);left:0;transform:skew(-35deg);}
#fakeNumber ul li:first-child:after{display:none}
#fakeNumber ul li .eva{padding: 30px 35px;margin:0 auto;display:inline-block;-webkit-transform: skewX(-8deg);transform: skewX(-8deg);}
#fakeNumber ul li .eva p{font-size: 22px;color: #ffffff;line-height:100%;text-align: center;}
#fakeNumber ul li .eva p b{font-size: 42px;color: #ffffff;line-height:100%;}
#fakeNumber ul li .eva h2{text-align:right;font-size: 15px;margin-top:10px;line-height:120%;color: #ffffff;text-align: center;width: 100%;}
.index-title{overflow:hidden}
.index-title h2{float:left;font-family:'Raleway',sans-serif;font-size:50px;line-height:110%}
.index-title p{float:right;font-size:16px}
.index-title p a b{color:#ffe502;margin-left:10px}
.index-title p:hover{background:#ffe502;color:#000}
.index-title p:hover a b,.index-title p:hover a,#product .index-title p:hover a{color:#000}
#NewsBox{background-position: 50% 50%;background-attachment: fixed;background-size: cover;background: #f8f8f8;}
#NewsBox .workframe{padding: 90px 0px;}
#NewsBox .workframe .speBox .titleSet{display: flex;}
#NewsBox .workframe .speBox .titleSet h2{margin-right:45px;font-size: 42px;color: #444;line-height: 1.3;text-align: left;font-weight: 600;transition: color 300ms ease-out;background: linear-gradient(to top, rgb(239 239 239) 0.5em, transparent 0.5em);padding: 0 17px;}
#NewsBox #news .newsList{padding-top: 50px;}
#NewsBox #news .newsList .border{padding: 22px 20px;overflow: hidden;/* background-color: #f3f3f3; */margin: 0 3px;}
#NewsBox #news .newsList .border a{display: block;background-position: center;background-repeat: no-repeat;background-size: cover;border: 1px dashed #8c8c8c;border: 8px solid #ffffff;border-radius: 2em;}
#NewsBox #news .newsList .border .news-info h3{font-size: 15px;line-height: 1.6;color: #404040;padding: 7px 0px 2px;text-align: center;}
#NewsBox #news .newsList .border .news-info .describe{font-size: 18px;color: #565656;line-height: 230%;-webkit-line-clamp: 2;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;height: 34px;border-bottom: 1px dashed #999;padding-bottom: 17px;text-align: center;}

/*News*/
#NewsBox #news .newsList .slick-prev,#NewsBox #news .newsList .slick-next{
    height: 58px;
    width: 58px;
    border: 2px solid #888888;
    border-radius: 50%;
}
#NewsBox #news .newsList .slick-prev{
    right: 87px;
    top: 0px;
    left: unset;
}
#NewsBox #news .newsList .slick-next{
    right: 15px;
    top: 0px;  

}
#NewsBox #news .newsList .slick-prev:before{
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;

}
#NewsBox #news .newsList .slick-next:before{
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
}
#NewsBox #news .newsList .slick-prev:before,#NewsBox #news .newsList .slick-next:before{
    font-size: 20px;
    color: #888888;
}

#bookBox{display: flex;background-repeat: no-repeat;background-size: cover; background-position: center;background-attachment: fixed;}
#bookBox .speBox{width: 35%;position: relative;display: none;}
#bookBox .speBox .booktitle{width: 100%; position: absolute;top: 50%;left: 50%;transform: translate(0%,-50%);}
#bookBox .speBox .booktitle h2{font-size: 42px;color: #fff;font-family: 'Poppins', sans-serif;line-height: 1.3;}
#bookBox #book{width: 65%;transform: translateX(200px);}
#bookBox #book .bList .mofd{position: relative;}
#bookBox #book .bList .photo{background-size: cover;background-repeat: no-repeat;background-position: center;}
#bookBox #book .bList .photo img{height: 700px;}
#bookBox #book .bList .mofd h3{
    transition: ease .3s;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background: #020202a6;
    text-align: center;
    line-height: 60px;
    box-sizing: border-box;
    border-right: 1px solid #888;
}
#bookBox #book .bList .mofd h3 a{color: #fff;display: block;width: 100%;}
#bookBox #book .bList .mofd:hover h3{background: #020202d6}

#freebox{}
#freebox .free h3{
    font-size: 42px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    padding-bottom: 35px;
    text-align: center;
}
#freebox .free p{
    font-family: 'Poppins', sans-serif;

    color: #ffffff;
    font-size: 22px;
    line-height: 1.6;
    max-width: 100%;
    padding-bottom: 30px;
    text-align: center;
}
#ssbanner .bxslider{display: flex;}
#ssbanner .bxslider >div{position: relative;}
#ssbanner .bxslider > div a{position: relative; display: block;background-repeat: no-repeat;background-position: center;background-size: cover;height: 100%;}
#ssbanner .bxslider > div a::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0%;
    transition: all .25s;
    background-color: rgba(42, 26, 102, 0.42);
    z-index: 1;
}
#ssbanner .bxslider > div a:hover::after{height: 100%;}
#ssbanner .bxslider > div a p{
    position: absolute;
    width: 85%;
    bottom: 14%;
    left: 8%;
    color: #fff;
    font-size: 22px;
    z-index: 2;
    text-shadow: 1px 1px 7px #000000;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: 'cwTeXHei', sans-serif;
}
/* page */
#content{background-color: #ffffff;}
#page-form{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    margin: auto;
    width: 100%;
    float: left;
    background-image: url(/images/24/contact-bg.jpg);
    padding: 45px 0 0;
    background: #4872a0;
}


#page-form .maJJbox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 45px 0;
}
#page-form .maJJbox .rightbox .titleRJ h2{
    position: relative;
    font-size: 42px;
    width: 100%;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
    z-index: 1;
}
#page-form .maJJbox .rightbox .titleRJ h2:before{
	content:"";
	position: absolute;
	width: 92px;
	height: 154px;
	background: #305a89;
	top: -51px;
	left: -22px;
	z-index: -1;
	-moz-transform-origin:bottom;
	-moz-transform: skewX(-20deg);
	-webkit-transform-origin:bottom;
	-webkit-transform: skewX(-20deg);
	-o-transform-origin:bottom;
	-o-transform: skewX(-20deg);
	-ms-transform-origin:bottom;
	-ms-transform: skewX(-20deg);
	transform-origin:bottom;
	transform: skewX(-20deg);
}
#page-form .maJJbox .rightbox .titleRJ span{
    max-width: 100%;
    width: 403px;
    position: relative;
    display: flex;
    height: 1px;
    background: white;
    margin-bottom: 57px;
    z-index: 1;
}
#page-form .maJJbox .rightbox .titleRJ span:before{
	content:"";
	position: absolute;
	width: 150px;
	height: 4px;
	background: white;
	top: -2px;
	left: 15px;
}
#page-form .maJJbox .rightbox .imfo{
    display: flex;
    flex-direction: column;
}
#page-form .maJJbox .rightbox .imfo p ,#page-form .maJJbox .rightbox .imfo a{
    color: #fdfdfd;
    font-size: 20px;
    line-height: 164%;
}
#page-form .maJJbox .leftbox{
    width: 60%;
}
#page-form .maJJbox .rightbox{
    width: 31%;
    padding-left: 8%;
    position: relative;
}
#page-form .maJJbox .rightbox .titleRJ{
    margin-top: 70px;
}
#page-form .maJJbox .rightbox:before{
	content:"";
	position: absolute;
	width: 1px;
	height: 300px;
	background: #ffffffba;
	left: 0;
	top: 0;
}
#page-form h2{
    width: 30%;
}
#page-form h2 img{}
#page-form h2 b{
    margin: 0 10px;
    font-size: 24px;
    vertical-align: text-bottom;
    display: inline-block;
}
#page-form form,
#page-form fieldset{
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 99;
}
#page-form .list{
    width: 93%;
    color: #fff;
    overflow: hidden;
    font-size: 17px;
    line-height: 120%;
    margin: 15px 0;
}
#page-form .list p{
    display: flex;
    align-items: center;
}
#page-form .list label{
    width: 103px;
    display: inline-block;
    color: #fff;
}
#page-form .list span{
    display: inline-block;
    width: calc(100% - 116px);
}
#page-form .list input,#page-form .list select{font-size: 17px;}
#page-form .list select{border-top-right-radius: 0;border-top-left-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0;-webkit-appearance:none;background-image: url(/images/24/arrow.png);background-repeat:no-repeat;background-position:95% 50%;width: 100%;padding: 10px;background-color: rgb(255, 255, 255);padding: 16px 8px;border: 1px solid #ccc;}
#page-form .list input[type="text"]{width: calc(100% - 20px);padding: 10px;margin-left: 4px;border-top-right-radius: 0;border-top-left-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0;padding-bottom: 10px;padding: 15px 8px;border: 1px solid #ccc;background: linear-gradient(to right, white 90%, #ffffffeb 100%);}
#page-form .list input#Checknum{width:100px;}
#page-form .list.last{width:100%;margin-top: 5px;}
#page-form .list.last p{text-align:center;display: flex;justify-content: center;}
#page-form .list.last p a{padding: 0 60px;background: #ffbe45;border-radius: 25px;display: inline-block;line-height: 40px;color: #fff;}
#page-form .list.last p a.privacy_policy{ margin-right: 15px; background: #3c8f7c; }

@media screen and (max-width: 1680px){
	#page-form h2.speBoxTitle{font-size: 35px;}
}
@media screen and (max-width: 1440px){
	#about:before{zoom: 0.7;	top: -200px;	}
	#page-form h2.speBoxTitle{font-size: 30px;}
	#about-wrap article{
    margin: 15px 0 28px 0;
}
}
@media screen and (min-width: 1025px){
    .product-item:hover .info{transform: translateY(-20px);pointer-events: none;}
    .product-item:hover .title{
    background: #1070c6;
}
	.product-item:hover::after{background:  rgba(0, 0, 0, 0.44);}
    .product-item:hover .btn{opacity: 1;}
}

@media screen and (max-width: 1024px){
    .product-item a .title{font-size: 20px;text-shadow: 2px 2px 3px #3a3a3a;}
    .product-item a .desc{height: 44px;}
	#fakeNumber{margin-top: -115px;}
}
@media screen and (min-width: 1281px) {
	#page-form .list.last p input:hover{background: #47729f;}
}
@media screen and (max-width: 1460px){
	#fakeNumber ul li .eva{
	    padding: 16px 20px;
	}
	#fakeNumber{
	    margin-top: -102px;
	}
	#getmoney .workframe{
	    width: 95%;
	}
	#page-form .maJJbox .leftbox{
	    width: 50%;
	    margin: 0 auto;
	}
	#page-form .maJJbox .rightbox{
	    width: 36%;
	    padding-left: 3%;
	}
	#page-form .maJJbox .rightbox:before{
	    left: -50px;
	}
	.abbg{
	    padding: 17px 0;
	    width: 40%;
	    margin-right: 5%;
	}
	#about #indexyoutube img{
    height: 430px;
    object-fit: cover;
	}
	#about-wrap p .more{
    margin-top: 0;
}
}

@media screen and (max-width: 1280px){
    #page-form{width: 100%;}
    #page-form .list{width: 100%;}
	#page-form .workframe{width: 100%;}
	#page-form .list span{width: calc(100% - 103px);}
	#fakeNumber ul li .eva p b{font-size:30px}
	#fakeNumber ul li .eva h2{font-size:14px}
	#about{background-attachment:inherit;}
	#page-form h2 {width: 25%;}
	#product .titleSet h2.speBoxTitle {width: 20%;}
	#about-wrap h2 b {font-size: 65px;}
#about #indexyoutube{
    width: 100%;
}
	.abbg{padding: 20px 0;width: 92%;margin-right: 4%;}
}
@media screen and (max-width: 1200px){
	#page-form .maJJbox{
	    display: flex;
	    flex-direction: column;
	}
	#page-form .maJJbox .leftbox{
	    width: 95%;
	}
	#page-form .maJJbox .rightbox{
	    padding-left: 0;
	    width: 500px;
	    max-width: 90%;
	    margin-left: 6%;
	    padding: 30px 0;
	}
	#page-form .maJJbox .rightbox:before{
	    display: none;
	}
}
@media screen and (max-width: 1024px){
	#fakeNumber{
	    margin-top: -88px;
	}
	#Extra-setting .item .item-info .item-descript{font-size: 15px;text-align: left;padding: 33px 5px;}
	#Extra-setting .item .item-info .item-title{font-size: 18px;letter-spacing: 0;padding: 5px 0;font-size: 19px;}
	#product .titleSet{padding:60px 40px;}
	#product .titleSet .product-desc{max-width: 100%;font-size: 17px;}
	#bookBox{display: block;}
	#bookBox .speBox{width: 100%;position: unset;}
	#bookBox .speBox .booktitle{width: 100%;position: unset;padding: 30px 40px;transform: unset;}
	#bookBox #book{width: 100%;transform: unset;}
	#bookBox #book .bList .photo img{height: auto;}
	#ssbanner .bxslider > div a p{font-size: 16px;}
}
@media screen and (max-width: 980px) {
	#page-form .list{width:100%;height:auto;margin: 12px 0;}
#page-form .list.last {margin-top: 25px;}
	#page-form .list:first-child p span{/* width: calc(100% - 106px); */}
	#page-form .list:first-child p.ra span{ width:auto;}
	#page-form {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		padding: 40px 0 40px;
		color: #fff;
		background-attachment: fixed;
		margin: auto;
		float: none;
	}
	#fakeNumber ul li .eva{padding: 6px 4px;width:calc(100% - 44px);}
	#about{background-position: 70% 50%;margin: 0;}
	#about-wrap article,
	#about-wrap p .more{font-size:16px;}
	#item-first{margin: 0px;padding-top: 50px;}
	#getmoney .tanJbox{
    display: flex;
    flex-direction: column;
}
	#getmoney .tanJbox .textbox{
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    padding: 15px 0;
	}
	#getmoney .tanJbox .imgbox{
	    width: 100%;
	    order: 1;
	}
	#getmoney .timtitle h1{
	    font-size: 30px;
	}
	#getmoney .tanJbox .textbox h2{
	    font-size: 23px;
	}
	#getmoney .timtitle p{
    font-size: 15px;
}
}

@media screen and (max-width: 768px){
    #Extra-setting .workframe{padding: 0px 0px;}
    #Extra-setting .item{width: 100%;}
    #Extra-setting .item .item-icon img{height: auto;width: 108px;}
    #NewsBox #news .newsList .slick-prev, #NewsBox #news .newsList .slick-next{height: 35px;width: 35px;}
    #NewsBox #news .newsList .slick-prev{right: 65px;}
    #NewsBox #news .newsList .slick-prev:before, #NewsBox #news .newsList .slick-next:before{font-size: 14px;}
    #NewsBox #news .newsList .slick-prev:before{padding-right: 3px;}
    #NewsBox #news .newsList .slick-next:before{padding-left: 3px ;}
    #ssbanner .bxslider{flex-wrap: wrap;}
    #ssbanner .bxslider > div{width: 50%;}
	#page-form .list select{width: calc(100% - 15px);}
	#page-form .list input[type="text"]{width: calc(100% - 24px);}
	#page-form .list input#Checknum{margin-left: 0;}
	#fakeNumber ul li{width:calc(50% - 4px);margin-bottom: 0px;}
	#fakeNumber ul li:nth-child(3),#fakeNumber ul li:nth-child(4){margin-bottom:0}
	#fakeNumber ul li:nth-child(3):after{display:none}
	#about #indexyoutube{width: 100%;}
	#about #indexyoutube img{
    height: 296px;
    object-fit: cover;
}
	#about .about-box{background-size: cover;border-right: unset;}
	#page-form h2 {width: 30%;}
	#product .titleSet h2.speBoxTitle {width: 30%;}
	#NewsBox .workframe {padding: 20px 0px;}
	.product-item a .title{font-size: 18px;width: 100%;}
	#product #prolay .pro-list .product-item {width: calc((100% / 2) - 10px);}
	#Extra-setting .titleSet h2.speBoxTitle,#product .titleSet h2.speBoxTitle{width: 63%;font-size: 30px;}
	#Extra-setting .item .item-info{padding: 0 7px;width: 90%;margin: auto;}
	#fakeNumber{margin-top: 0px;}
	
	#page-form .maJJbox .rightbox .titleRJ h2{
	    font-size: 29px;
	}
	#page-form .maJJbox .rightbox .titleRJ h2:before{
	    left: 0;
	    width: 83px;
	    height: 125px;
	    top: -36px;
	}
	#page-form .maJJbox .rightbox .imfo p, #page-form .maJJbox .rightbox .imfo a{
    font-size: 16px;
}

}
@media screen and (max-width: 640px){
	#fakeNumber .webframe {max-width: 480px;margin: 0 auto;}
}

@media screen and (max-width: 580px){
    #NewsBox #news .newsList .slick-prev,#NewsBox #news .newsList .slick-next{top: 45px;}
    #NewsBox #news .newsList{padding-top: 75px;}
	#page-form h2 {width: 50%;}
	#product .titleSet h2.speBoxTitle {width: 100%;}
	#Extra-setting .item {
		width: 49%;
		margin: 2px auto;
		webkit-box-shadow: 0 0px 7px rgb(33 32 36 / 10%);
		box-shadow: 0 0px 7px rgb(33 32 36 / 10%);
	}
	#products-detail .sub-pro-img,#products-detail .txt-set{width: 100%;}
	#products-detail .txt-set .product-txt{padding:40px 0px;}
	.product-item a{
	    -webkit-clip-path: circle(120px);
	    clip-path: circle(85px);
	}
	.product-item .title{
	    width: 100%;
	    font-size: 18px;
	}
	#product #prolay .pro-list .product-item{
    padding-bottom: 53px;
    margin-bottom: 13px;
}
	.product-item .info{
	    margin-top: 0;
	    bottom: -17px;
	    padding: 0;
	    width: 98%;
	    left: 1%;
	}
	#Extra-setting .item .item-info .item-descript{
    display: none;
}
}
@media screen and (max-width: 480px){
	#Extra-setting{
	    padding-bottom: 0;
	}
	#Extra-setting .titleSet{
	    display: none;
	}
	#page-form .maJJbox .rightbox{
	    margin-left: 0;
	    margin-top: 25px;
	}
	#fakeNumber ul li:after{
    transform: skew(0deg);
    width: 2px;
}
    #freebox .free h3{font-size: 36px;}
    #freebox .free p{font-size: 16px;}
    #bookBox .speBox .booktitle h2,#NewsBox .workframe .speBox .titleSet h2,#product .titleSet h2.speBoxTitle{font-size: 36px;}
    #product .titleSet .product-desc{font-size: 15px;padding-top: 0px;line-height: 160%;letter-spacing: 0;}
    .more{padding: 8px 25px 10px;}
    #Extra-setting .workframe{padding: 20px 0px;}
    #Extra-setting .item .item-info .item-title{font-size: 20px;}
    #Extra-setting .item .item-info .item-descript{font-size: 16px;padding: 9px 0;min-height: 147px;}
	#Extra-setting .item .item-icon{
	    padding: 8px 0;
	}
	#page-form .maJJbox .rightbox .titleRJ{
    display: none;
}
	#page-form {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		padding: 40px 0 0px;
		color: #fff;
		background-attachment: fixed;
		width: 100%;
		margin: auto;
		-webkit-border-radius: 0;
	}
	#about-wrap h2{
    line-height: 180%;
    font-size: 24px;
    padding: 0 0;
}
	#bottomBox #ssbanner:after{height: 20%;}
	#fakeNumber ul li .eva p b{font-size: 36px;}
	#fakeNumber ul li .eva h2 {font-size: 13px;}
	#ssbanner .bxslider > div {width: 50%;}
	#about:before{zoom: 0.5;top: -100px;right: -150px;	}
	#fakeNumber .webframe {max-width: 380px;margin: 0 auto;}
	#fakeNumber {margin-top: -15px;/* background: #1a2536; */}
    #page-form{width: 100%;}
    #page-form .list{width: 100%;}
	#page-form .workframe{width: 96%;}
	.product-item a .info{
	    padding: 0;
	}
	.product-item a img{
	    height: 216px;
	}
	#product .titleSet{
	    padding: 9px 0;
	}
	#NewsBox #news .newsList .border a{
	    height: 250px;
	    background-position: 50% 5%;
	}
	#page-form .subbtitlee{
	    font-size: 15px;
	}
	#page-form .list label{
	    font-size: 16px;
	    width: 96px;
	}
	#getmoney{
	    padding: 0 0;
	}
	#about{
    padding-bottom: 0;
}
}
@media screen and (max-width: 420px){
    #ssbanner .bxslider > div a p{font-size: 14px;letter-spacing: 2px;}
	#page-form h2 {width: 70%;}
	#product .titleSet h2.speBoxTitle {width: 70%;}
	.product-item a .title{font-size: 17px;margin-bottom: 0;}
	#prolay .pro-list > div .p-box .p-info .title{padding-bottom: 0px;}
}
@media screen and (max-width: 380px){
	#product .titleSet,#NewsBox .workframe,#freebox{padding: 25px 20px;}
	#fakeNumber ul li .eva {padding: 7px 5px;width: calc(100% - 44px);}
	#fakeNumber .webframe {max-width: 310px;margin: 0 auto;}
}
@media screen and (max-width: 374px){
    #pro-article .tabs li a{padding: 15px;}
}