@charset "utf-8";
/***************[Reset Css]**************/
.buy-kv { font-family: 'Montserrat'; width: 100%; height: 200px; margin: 0 auto;  background: -webkit-linear-gradient(141deg, #0045a2 0%, #a644e5 100%); background: -o-linear-gradient(141deg, #0045a2 0%, #a644e5 100%); background: -moz-linear-gradient(141deg, #0045a2 0%, #a644e5 100%); background: linear-gradient(141deg, #0045a2 0%, #a644e5 100%);background-color: #1e44a9;}
.buy-kv-text { max-width: 1280px; margin-left: auto; margin-right: auto; text-align: center; padding: 3rem 0 2rem 0; }
.buy-kv-text h1 { font-weight: 500; font-size: 2.4rem; color: #fff; }
.buy-kv-text h2 { font-size: 1.5rem;  font-weight: 500; color: #fff; line-height: 2; }
.buy-pro-list { padding: 30px 0; background: #F4F6F9; }
.buy-pro-list h2 { font-size: 2.5rem; text-align: center; padding: 50px 0 80px 0; }
.buy-pro-box { display: flex; width: 100%; *zoom: 1;}
.buy-pro-box:after{ content:'';display:block;height:0;clear:both;visibility:hidden;}
.buy-pro { position: relative; width: 28%; background: #fff; margin: 0 1.5% 2% 1.5%; padding: 20px; box-sizing: border-box; -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1); box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc',Direction=0,Strength=10)
progid:DXImageTransform.Microsoft.Shadow(color='#ccc',Direction=90,Strength=10)
progid:DXImageTransform.Microsoft.Shadow(color='#ccc',Direction=180,Strength=10)
progid:DXImageTransform.Microsoft.Shadow(color='#ccc',Direction=270,Strength=10); border-radius: 10px; background: #ffffff; transition: box-shadow 0.3s linear; border: 2px solid #fff; float:left;}
.buy-pro:hover { -webkit-box-shadow: 0 6px 16px 0.5px rgba(0,0,0,.2); box-shadow: 0 6px 16px 0.5px rgba(0,0,0,.2); border: 2px solid #0073EC; transition: all 0.8s ease-in-out; }
.best-box { width: 34%; -webkit-box-shadow: 0 6px 16px 0.5px rgba(0,0,0,.2); box-shadow: 0 6px 16px 0.5px rgba(0,0,0,.2); border: 2px solid #fff; transition: all 0.8s ease-in-out; border-radius: 0 0 10px 10px; }
.best-box:hover { -webkit-box-shadow: 0 6px 16px 0.5px rgba(255,2,2,.2); box-shadow: 0 6px 16px 0.5px rgba(255,2,2,.2); border: 2px solid #f83628; transition: all 0.8s ease-in-out; }
.best-box .best-top { width: 101%; line-height: 40px; position: absolute; top: -40px; left: -0.5%; font-size: 1.4rem; color: #fff; background-color: #e83122; text-align: center; text-transform: uppercase; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; }
ul.list-paddingleft-2 {padding:0 0 0 20px;}
.buy-pro-title { text-align: center; margin-bottom: 30px; }
.buy-pro-title h3 { font-size: 22px; line-height: 1.5; }
.buy-pro-title p { font-size: 16px; color: #757575; }
.buy-pro-price { text-align: center; margin-bottom: 30px; }
.buy-pro-price .oldnum { font-size: 18px; color: rgba(0, 0, 0, 0.5); text-decoration: line-through; }
.buy-pro-price .num { font-size: 57px; margin-bottom: 20px; }
.num-sup { margin-top: 16px; font-size: 1.5rem; }
.buy-pro-price .btn-buy { }
.buy-pro-price .btn-buy a { color: #fff; background-color: #0073EC; border-color: #3581d5; display: block; width: 90%; margin: 0 auto; padding: 15px 0; border-radius: 3px; font-size: 1.2rem; text-align: center; transition: all 0.8s ease-in-out; cursor:pointer;text-decoration: none;}
.buy-pro-price .btn-buy a:hover { color: #fff; text-decoration: none; background-color: #3f51b5; border-color: #3f51b5; box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1); transition: all 0.8s ease-in-out;text-decoration: none;}
.buy-pro ul li { position: relative; font-size: 14px; line-height: 2; margin-bottom: 5px; padding-left: 28px; }
.buy-pro ul li::before { content: ''; background: url(../images/icon_dui.png) no-repeat center; background-size: 100% 105%; position: absolute; width: 22px; height: 22px; left: 0; top: 3px; }
.accept-box { margin: 0 2%; text-align: center; padding: 50px 0 60px 0; border-bottom: 1px solid #E0E4E8; }
.accept-box img { display: inline-block; vertical-align: middle;     margin: 0 5px 10px 0;
    width: 60px;
 }
.py-15 { padding: 50px 0; }
.faq-box>div { float: left; width: 29%; margin: 0 2% 35px 2%; }
.faq-box .title { font-size: 16px; font-weight: 600; margin-bottom: 7px; }
.faq-box .title .title-icon { display: inline-block; }
.faq-box .title .title-icon img { width: 40px;padding-right: 5px; vertical-align: middle; }
.faq-box .detail { font-size: 16px; line-height: 1.6; color: rgba(0,0,0,.84); }
.guarantees-list { background: #f2f8ff; }
.guarantees-box>div { width: 46%; }
@media all and (max-width: 991px) {
.buy-kv{ height: auto;padding: 0 3%;box-sizing: border-box;}
.buy-pro { width: 96%; }
.buy-pro-box { display: block; }
.faq-box>div { width: 100%; }
.best-box { margin-top: 70px; margin-bottom:35px;}
.buy-pro-list h2 { padding-bottom: 30px; }
}
@media all and (max-width: 991px) and (min-width:768px) {
.buy-pro-title { text-align: left; }
.buy-pro-price { position: absolute; right: 30px; top: 34px; width: 45%; text-align: left; }
.buy-pro-price .btn-buy a { width: 100%; }
}
@media all and (max-width:768px) {
.buy-pro-list h2{ font-size: 2.2rem;}
.buy-pro-list .accept-box img { width: 21%;margin-right: 0; }
}
