@charset "utf-8";
/*外贸平台服务流程开始*/
.fwlc_box {position: relative}
.fwlc_box:before {content: "";position: absolute;top: 72px;width: 100%;height: 1px;border-bottom: #c1c1c1 1px dashed;}
.fwlc_box ul {font-size: 0;overflow: hidden;text-align: center;width: 1304px;margin-left: -52px;margin-bottom: 20px;}
.fwlc_box ul li {width: 326px;display: inline-block;*display:inline;*zoom:1;text-align: center;position: relative}
.fwlc_box ul li .img {width: 145px;height: 145px;line-height: 143px;display: inline-block;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;position: relative;z-index: 10;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;transform: rotate(90deg) translateZ(0);-webkit-transform: rotate(90deg) translateZ(0);-moz-transform: rotate(90deg) translateZ(0);background: #ffffff;margin-bottom: 20px;}
.fwlc_box ul li .img a {display: flex;align-items: center;transform: rotate(-90deg) translateZ(0);-webkit-transform: rotate(-90deg) translateZ(0);-moz-transform: rotate(-90deg) translateZ(0);}
.fwlc_box ul li .img a img {align-items: center;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;filter: alpha(opacity=65);opacity: 0.65;-moz-opacity: 0.65;-khtml-opacity: 0.65}
.fwlc_box ul li:hover .img a img {-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);filter: grayscale(0);filter: none;filter: alpha(opacity=100);opacity: 1;-moz-opacity: 1;-khtml-opacity: 1;-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}
@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}
.circleProgress_wrapper {position: relative;}
.wrapper {width: 72.5px;height: 145px;position: absolute;top: 0;overflow: hidden;}
.circleProgress_wrapper .left {width: 72.5px;height: 146px;position: absolute;left: 0;top: 0;}
.circleProgress_wrapper .right {width: 72.5px;height: 146px;position: absolute;right: 0;top: 0;}
.fwlc_box ul li .img .circleProgress {width: 146px;height: 145px;border: 2px solid #E62026;border-radius: 50%;position: absolute;top: 0;-webkit-transform: rotate(45deg); box-sizing: border-box;}
.fwlc_box ul li .img .rightcircle {border-top: 2px solid #d0d0d1;border-right: 2px solid #d0d0d1;right: 0;}
.fwlc_box ul li .img:hover .rightcircle {-webkit-animation: circleProgressLoad_right 2s linear;}
.fwlc_box ul li .img .leftcircle {border-bottom: 2px solid #d0d0d1;border-left: 2px solid #d0d0d1;left: 0;}
.fwlc_box ul li .img:hover .leftcircle {-webkit-animation: circleProgressLoad_left 2s linear;}
.fwlc_box ul li .img:after {content: "";position: absolute;left: 0;top: 0;width: 141px;height: 141px;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.fwlc_box ul li .img:hover:after {transition-delay: 2s;border: 2px solid #E62026;}
@-webkit-keyframes circleProgressLoad_right {
    0% {
        -webkit-transform: rotate(45deg);
    }
    50% {
        -webkit-transform: rotate(225deg);
    }
    100% {
        -webkit-transform: rotate(225deg);
    }
}
@-webkit-keyframes circleProgressLoad_left {
    0% {
        -webkit-transform: rotate(45deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(225deg);
    }
}
.fwlc_box ul li span {position: absolute;left: 206px;top: 55px;display: inline-block;width: 60px;height: 35px;line-height: 35px;font-size: 14px;color: #5c5c5c;background: #ffffff;z-index: 100;text-align: left;text-transform: uppercase;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.fwlc_box ul li:hover span {color: #ed4237;}
.fwlc_box ul li:before {content: "";position: absolute;width: 5px;height: 5px;left: 229px;top: 52px;background: #d0d0d1;-moz-border-radius: 2.5px;-webkit-border-radius: 2.5px;border-radius: 2.5px;z-index: 1000;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.fwlc_box ul li:after {content: "";position: absolute;width: 5px;height: 5px;left: 230px;top: 87px;background: #d0d0d1;-moz-border-radius: 2.5px;-webkit-border-radius: 2.5px;border-radius: 2.5px;z-index: 1000;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.fwlc_box ul li:hover:after {background: #E62026}
.fwlc_box ul li:hover:before {background: #E62026;transition-delay: 2s}
.fwlc_box ul li h4 {font-size: 16px;color: #3d3d3d;margin-bottom: 10px;}
.fwlc_box ul li h5 {font-size: 12px;color: #999;line-height: 22px;font-weight: normal;text-transform: uppercase;}
/*外贸平台服务流程结束*/
/*功能列表*/
.store_contentbox{width:100%;background:url('../images/gnbg.png') no-repeat;padding-bottom:1px;background-size:cover}
.store_contentbox .content{width:1200px;margin:0 auto;}
.store_contentbox .content .title{color:#fff;font-size:26px;font-weight:500;text-align:center;padding-top:60px}
.store_contentbox .content .desc{color: rgba(255, 255, 255, 0.7); margin-top: 20px; text-align: center; font-size: 14px;}
.store_contentbox .content .con1{width:100%;margin-top:60px;display:flex;justify-content: space-between; margin-bottom: 100px;}
.store_contentbox .content .con1 .left{border-radius: 12px 0px 0px 12px;background: linear-gradient(180deg, #F64041 0%, #FF6900 100%);height: 520px; padding:30px 18px; width: 228px; position: relative;}
.store_contentbox .content .con1 .t1{ color: #FFFFFF;font-size: 20px; font-weight: 600;}
.store_contentbox .content .con1 .desc2{ color: rgba(255, 255, 255, 0.9);font-size: 14px; margin-top: 15px;}
.store_contentbox .content .con1 .border{ border: 1px solid rgba(255, 255, 255, 0.2); margin: 40px 0;}
.store_contentbox .content .con1 .item{color: rgba(255, 255, 255, 0.7); font-size: 14px; margin-bottom: 34px; }
.store_contentbox .content .con1 .item img{ vertical-align: middle; margin-right: 10px; margin-top: -2px; }
.store_contentbox .content .con1 .btn{ border: 1px solid #FFFFFF;border-radius: 4px;width: 104px;height: 38px; text-align: center;color: #FFFFFF;font-size: 14px; position: absolute; bottom: 42px; display: flex; align-items: center; justify-content: center; }
.store_contentbox .content .right{ width: 984px; display: flex; flex-wrap: wrap;}
.store_contentbox .content .right .item2{ width: 210px;background: linear-gradient(321deg, #2F3237 0%, #3E4148 100%); padding-left: 25px; padding-top: 25px;}
.store_contentbox .content .gntitle{ display: flex; align-items: center;}
.store_contentbox .content .gntitle .t1{ font-size: 16px;  font-weight: 500; }
.store_contentbox .content .gntitle img{ margin-right: 20px; width: 32px; height: 32px;}
.store_contentbox .content .textbox{ display: flex; flex-wrap: wrap;}
.store_contentbox .content .textbox .t2{ padding: 5px 12px; font-size: 12px;color: rgba(255, 255, 255, 0.8);border: 1px solid rgba(255, 255, 255, 0.08);border-radius: 2px; margin-right: 25px; margin-top: 20px; cursor: pointer;}
.store_contentbox .content .textbox .t2:nth-child(2n){ margin-right: 0;}
.store_contentbox .content .textbox .t2:hover{background: rgba(255, 255, 255, 0.1);}
/*功能列表结束*/
/*支付列表开始*/
.pay-methods .justify-content-center{justify-content: center !important;padding: 10px 0px}
.pay-methods .row{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
.pay-methods .py-2{max-width: 14%;padding:0 10px}
.pay-methods .py-2 img{width:100%;transition: 0.3s;}
.pay-methods .text-center{text-align:center}
.pay-methods .text-center small{font-weight: normal;font-size: 14px;letter-spacing: 0em;line-height: 25px;text-align: center;color: #999;}
/*支付列表结束*/