html{
    font-size: 62.5%;
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
body{
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body,html.p.ul,li,dl,dd,dt{
    padding: 0;
    margin: 0;
}
li,ul,ol li,ol,ul li {
    list-style: none;
}


.banner{
    background: url('/images/covid19-remote-work-giveaway/banner.jpg') no-repeat center;
    background-size: cover;
}
.bg-wrap{
    max-width: 1100px;
    margin: auto;
    padding: 80px 15px  110px;
    position: relative;
}
.logo{
    position: absolute;
    top: 20px;
    left: 15px;
}
.bg-txt{
    max-width: 720px;
    margin: auto;
}
.bg-time{
    background-color: #7088eb;
    border-radius: 10px;
    max-width: 380px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    padding: 10px 20px;
    margin-bottom: 30px;

}
.bg-time>p{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    font-family: AdobeHeitiStd,sans-serif;
    padding-left: 30px;
    background: url("/images/covid19-remote-work-giveaway/clock.png") no-repeat left 8px;
}

#WBDCountDown .countdown{
    background: transparent;
}

#WBDCountDown .countdown>div span{
    width: 15px;
    margin: 0 ;
    font-size: 16px;
    background-color: #000000;
    border-radius: 0;
    opacity: 0.2;
    border: none;
    color: #ffffff;
}
#WBDCountDown .countdown>div p {
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
}
#WBDCountDown .countdown>div span:first-child{
    text-align: right;
}#WBDCountDown .countdown>div span:last-child{
    text-align: left;
}
.bg-txt .io{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    max-width: 610px;
    margin-top: 35px;
}
.price{
    margin-top: 50px;
    margin-bottom: 40px;
}
.price span{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffd000;
}
.price del{
    font-size: 24px;
    line-height: 1;
    color: #fffefe;
    text-decoration: line-through;
    margin-left: 5px;
}
.buy{
    font-size: 24px;
    color: #ffffff;
    background-image: linear-gradient(0deg,
    #ff6600 0%,
    #ffab3e 100%),
    linear-gradient(
            #f77c2b,
            #f77c2b);
    background-blend-mode: normal,
    normal;
    box-shadow: 0px 6px 10px 0px
    rgba(0, 34, 144, 0.2);
    border-radius: 4px;
    min-width: 200px;
    line-height: 50px;
    display: table;
    text-align: center;
}
.buy:hover{
    background:#ff6600 ;
}
.intro{
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.intro p{
    background: url("/images/covid19-remote-work-giveaway/jaintou.png") no-repeat left center;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}
.intro:hover .info1{
    display: block;
}
.info1{
    max-width: 480px;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px
    rgba(0, 0, 0, 0.2),
    inset 0px -3px 0px 0px
    #2d86f6;
    padding: 30px;
    position: absolute;
    top: 40px;
    display: none;
    transition: .5s;
}
.info1:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: -20px;
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #fff solid;
    left: 90px;
}
.info1 dt,.info1 dd{
    font-size: 14px;
    line-height:1;
    color: #333333;
    margin-bottom: 15px;
}

@media (max-width: 420px) {
    .bg-time{
        flex-direction: column;
    }
}



.so{
    background: url('/images/covid19-remote-work-giveaway/bg3-mc.jpg') no-repeat center;
    background-size: cover;
}
.so .so-wrap{
    max-width: 1100px;
    margin: auto;
    padding: 105px 15px;

}
.so h2{
    max-width: 640px;
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
    color: #1a1a1a;
    text-align: left;
}
.so-box{
    display: flex;
    justify-content: space-between;
    align-content:  center;
    margin-top: 30px;
    margin-bottom: 90px;
}
.so .left  li{
    font-size: 16px;
   line-height: 1;
    margin-bottom: 20px;
    color: #333333;
    padding-left: 20px;
    background: url("/images/covid19-remote-work-giveaway/gou.png") no-repeat left 2px;
}
.so .left  li span{
    color: #ff710a;
}

.so .price span{
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    color: #ff710a;
}
.so .price del{
    font-size: 40px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #a6cdff;
}
.so .so-box a{
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    color: #ffffff;
    min-width: 160px;
    background-image: linear-gradient(0deg,
    #ff6600 0%,
    #ffab3e 100%),
    linear-gradient(
            #f77c2b,
            #f77c2b);
    background-blend-mode: normal,
    normal;
    box-shadow: 0px 6px 10px 0px
    rgba(255, 123, 7, 0.3);
    border-radius: 4px;
    text-align: center;
    margin: 5px;
}
.so .so-box .sign-in{
    background: transparent;
    border-radius: 4px;
    border: solid 1px #006cff;
    color: #006cff;
    transition: .5s;
}
.so .so-box .sign-up i{
    background: url("/images/covid19-remote-work-giveaway/ic-signup.png") no-repeat center;
    width: 16px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.so .so-box .sign-in i{
    background: url("/images/covid19-remote-work-giveaway/ic-signin.png") no-repeat center;
    width: 16px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.so .so-box a:hover i{
    background: url("/images/covid19-remote-work-giveaway/ic-signin-hover.png") no-repeat center;
}
.so .so-box .sign-in:hover{
   background-color: #1393ec;
    border-color: #1393ec;
    color: #fff;
}


.ct-items{
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;

}
.ct-items .item{
    max-width: 420px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 40px;
}
.ct-items .item h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #1a1a1a;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url("/images/covid19-remote-work-giveaway/ic-f1.png") no-repeat left center;
}
.ct-items .item h4 span{
    color: #ff710a;
}
.ct-items .item p a{
    color: #006cff;
}
.ct-items .item:nth-of-type(2) h4{
    background: url("/images/covid19-remote-work-giveaway/ic-f2.png") no-repeat left center;
}
.ct-items .item:nth-of-type(3) h4{
    background: url("/images/covid19-remote-work-giveaway/ic-f3.png") no-repeat left center;
}.ct-items .item:nth-of-type(4) h4{
    background: url("/images/covid19-remote-work-giveaway/ic-f4.png") no-repeat left center;
}
 .jump{
     text-align: center;
     margin:50px  auto 0;
 }
 .jump a{
     display: inline-block;
     min-width: 160px;
     line-height: 40px;
     border-radius: 4px;
     border: solid 1px #006cff;
     font-size: 14px;
     color: #006cff;
     transition: .3s;
 }
.jump a:hover{
    background:#006cff ;
    color: #fff;
}
.jump a:hover i{
    background: url("/images/covid19-remote-work-giveaway/ic-LM-hover.png") no-repeat center;
}
.jump a i{
    background: url("/images/covid19-remote-work-giveaway/ic-LM.png") no-repeat center;
    background-size: contain;
    width: 5px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
}
.ct-items .item p{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #555555;
}
@media (max-width: 1020px) {
    .ct-items{
        justify-content: space-around;
    }
    .so h2{
       margin: auto;
    }
    .ct-items .item{
        max-width: 365px;
    }
}
@media (max-width: 920px) {
    .so-box{
        flex-direction: column-reverse;
    }
    .so-box .left {
        max-width: 400px;
        margin: auto;
    }
    .ct-items .item{
        max-width: 100%;
    }
}



.reviews{
    background-color: #f0f3fc;
}
.reviews  .rs-wrap{
    max-width: 1100px;
    padding: 100px 15px 0;
    margin: auto;
}
.reviews h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.1;
    color: #1a1a1a;
}
.reviews ul{
    display: flex;
    justify-content: space-around;
    align-content: center;
    margin-top: 40px;
}
.reviews ul li{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-left: 45px;
    background: url("/images/covid19-remote-work-giveaway/icon-mc.png") no-repeat left center;
    cursor: pointer;
    transition: .3s;
    position: relative;

}
.reviews ul li.active:before{
    content: '';
    display: block;
    width: 200px;
    height: 3px;
    background-color: #227af0;
    border-radius: 2px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -100px;
}
.reviews ul li:hover,.reviews ul li.active{
    background: url("/images/covid19-remote-work-giveaway/icon-mc-hover.png") no-repeat left center;
    color: #227af0;
}
.reviews ul li:nth-of-type(2){
    background: url("/images/covid19-remote-work-giveaway/icon-ab.png") no-repeat left center;
}
.reviews ul li:nth-of-type(2):hover,.reviews ul li:nth-of-type(2).active{
    background: url("/images/covid19-remote-work-giveaway/icon-ab-hover.png") no-repeat left center;
    color: #227af0;
}
.reviews .rs-txt{
    background: #fff;
}
.rs-txt .text-wrap{
    max-width: 1100px;
    padding: 65px  15px;
    margin: auto;
}
.user-items{
    max-width: 1040px;
    margin: auto;

    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    text-align: center;
    margin-bottom: 50px;
    display: none;
}
.user-items.active{
    display: flex;
}

.user-items .item{
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px
    rgba(20, 36, 45, 0.2);
    border-radius: 10px;
    opacity: 0.95;
    padding: 30px 50px;
    max-width: 400px;
}
.user-items .item p{
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    margin-top: 20px;
}

@media (max-width: 1050px) {
    .user-items{
        justify-content: space-around;
    }
    .user-items .item{
        max-width: 330px;
    }
}
@media (max-width: 920px) {
    .user-items .item{
        max-width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 590px) {
    .reviews ul{
        flex-wrap: wrap;
        flex-direction: column;

    }
    .reviews ul li.active:before{
        display: none;
    }
}


    /* 注册登录弹窗 */
.sign-wrap{
    position: fixed;
    width: 460px;
    background-color: #fff;
    left: calc(50% - 230px);
    top: calc(50% - 300px);
    display: none;

}
.sign-wrap .close{
    opacity: 1;
    position: absolute;
    background: url(/images/front/world-backup-day-giveaway/close.png) no-repeat center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    top: 102px;
    right: 43px;
    z-index: 200;
    opacity: 0.7;
}
.sign-wrap .close:hover{
    opacity: 1;
}
.sign-wrap .sign-box{
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.sign-wrap .sign-box{
    width: 100%;
}
.sign-wrap .w-signin-cnt{
    height: 200px;
}
.sign-wrap .w-signup-cnt{
    height: 288px;
}
.sign-box .toggle-head-items p.toggle-head-item{
    width: 20%;
}
.bnr .toggle-head-item {
    color: #fff;
    font-size: 16px;
    line-height: 1.875;
}
.sign-box .toggle-content-items .toggle-content-item:first-child div:last-child{
    text-align: left;
}

.sign-box .toggle-content-items .toggle-content-item.w-signup-cnt div:nth-child(2):not(.eac-input-wrap) p{
    width: 69%!important;
}
.sign-box .toggle-content-items .toggle-content-item.w-signin-cnt div:nth-child(2):not(.eac-input-wrap) p{
    width: 33%;
    vertical-align: middle;
    cursor: pointer;
}
.w-signin-cnt>div{
    margin: 15px 0!important;
}
.w-signup-cnt>div{
    margin: 10px 0 0!important;
    border: 0!important;
}
.bnr .sign-box .toggle-content-items .toggle-content-item:nth-child(1) div:nth-child(1):not(.eac-input-wrap){
    border-bottom: 1px solid #cdcdcd;
    margin: 15px 0 25px;
    padding-bottom: 25px;
    text-align: right;
}

.sign-box .toggle-head-items p.toggle-head-item:nth-child(2).active {
    color: #00adff;
}
.sign-box .toggle-head-items p.toggle-head-item:nth-child(2).active::after {
    border-color: #00adff;
}
.sign-box .toggle-head-items p.toggle-head-item:nth-child(1).active {
    color: #ff8400;
}
.sign-box .toggle-head-items p.toggle-head-item:nth-child(1).active::after {
    border-color: #ff8400;
}
.sign-box .toggle-head-items p.toggle-head-item:nth-child(1) {
    margin-right: 6%;
}
.sign-box .toggle-head-items p.toggle-head-item:nth-child(2) {
    margin-right: 0;
}
#google-extension-note{
    display: none;
}
.signSuc{
    text-align: center;
}
.signSuc h4,
.signSuc h6{
    color: #000;
}
.signSuc h4{
    font-weight: bold;
}
.signSuc h6.font-size14{
    font-size: 18px;
}
.suc-hd{
    /* margin-bottom: 30px; */
    padding: 30px 30px 20px 30px;
    background-color: #fff;
}
.signSuc{
    padding: 0px;
    background-color: #eff3f6;
    height: 396px;
}
.signSuc .btn.btn-blue{
    margin-top: 20px;
}
.signSuc h6{
    border: none;
}


/* duoyuyang */
.sign-wrap.de{
    width: 481px;
}
#content-sign-1{
    height: auto;
}
.sign-wrap  .content-sign-box1{
    padding-top: 20px;
    height: auto;
}
.sign-wrap.de .close{
    top: -30px;
    right: -25px;
}
.sign-wrap.de .content-sign-box1{
    width: 480px;
}
#multLanguageShow{
    height: 25px;
}
#infonotebox{
    position: fixed;
    top: 0;
}
.bnr .timeout{
    display: none;
}



@media (max-width: 1023px) {
    .g-cnt{
        margin: 0 15px !important;
    }
    .flexiable{
        flex-wrap: wrap;
    }
    .gpw-area .btn{
        margin: 0 auto !important;
    }
}
/* all */
.g-cnt{
    max-width: 1200px;
    margin: 0 auto;
}
.flexiable{
    display: flex;
    justify-content: center;
    align-items: center;
}
.title{
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #1a1a1a;
}

/* all end */


/* Must-have Free  */
.mhf-banner {
    padding: 5% 0;
    background: url('/images/covid19-remote-work-giveaway/bg2.jpg') no-repeat center/cover;

}

.gpw-area .left,.mhf-banner .left{
    margin: 0px 5%;

}

.mhf-banner .title{
    max-width: 479px;
    text-align: left;
}
.mhf-banner .desc{
    max-width: 580px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #666;
}
/* Must-have Free end */

/* Solution 2. Guarantee PC Work Data */
.gpw-area{
    padding: 5% 0;
}
.gpw-area .title{
    max-width: 560px;
    text-align: left;
}
.gpw-area .desclist{
    max-width: 580px;
    text-align: left;
    color: #333;
}
.desclist li{
    line-height: 4rem;
    padding-left: 20px;
    position: relative;
}
.desclist li::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: red;
    background: url(/images/covid19-remote-work-giveaway/gou.png) no-repeat center/cover;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.gpw-area .price{
    margin: 6% 0 7%;
    line-height: 3rem;
    font-size: 5rem;
    font-weight: bold;
    color: #ff710a;
}
.gpw-area .btn{
    width: 180px;
    height: 48px;
    margin-left: 0;
    background-image: linear-gradient(0deg,
    #1066e6 0%,
    #3c98ff 100%),
    linear-gradient(
            #f77c2b,
            #f77c2b);
    background-blend-mode: normal,
    normal;
    box-shadow: 0px 6px 10px 0px
    rgba(0, 71, 123, 0.2);
    border-radius: 4px;
}
/* Solution 2. Guarantee PC Work Data end  */