<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
.dropshipping_warp{
    width: 100%;
}
.dropshipping_warp img{
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
.dropshipping_banner{
    width: 100%;
    position: relative;
}
.banner_warp{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner_box{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.banner_left{
    width: 58%;
    font-family: Arial;
}
.banner_left h1{
    font-family: Roboto;
    font-weight: normal;
    font-size: 50px;
    color: #FFFC04;
    font-style: italic;
}
.banner_left_offers{
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 25px 0 20px;
}
.banner_left_allows{
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 35px;
}
.banner_left_allows span{
    color: #3BF2C2;
}
.banner_left a{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: Roboto;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 32px;
    background: #109CFB;
    border: 1px solid #FFFFFF;
    border-radius: 55px;
    padding: 15px 35px;
    box-shadow:0px 5px 5px rgb(0 0 0 / 50%);
}
.banner_right{
    width: 30%;
    position: relative;
}
.shipping_warp{
    width: 100%;
    position: absolute;
    left: 0;
    top: 10%;
}
.shipping_warp p{
    font-family: Roboto;
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    line-height: 36px;
    text-align: center;
}
.shipping_form{
   padding:30px 20px;
}
.shipping_form_item{
    display: flex;
    justify-content: space-between;
}
.shipping_form_item:first-child{
    margin-bottom: 20px;
}
.shipping_form_item label,
.shipping_form_foot label{
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #002089;
    line-height: 34px;
}
.shipping_form_item input,
.shipping_form_item select{
    width: 48%;
    border-radius: 5px;
}
.shipping_form_item input{
    border: 1px solid #67B6F1;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 34px;
    text-indent: 0.5em;
    outline: none;
    padding: 0;
}
.shipping_form_item select,
.shipping_form_foot select{
    line-height: 34px;
    text-indent: 0.5em;
    border: 1px solid #67B6F1;
    color: #8D8D8D;
    font-size: 14px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(./image/select-bg.png) 95% center no-repeat;
}
.shipping_form_foot{
    padding: 0 20px;
}
.shipping_form_foot select{
    width: 86%;
    margin-top: 8px;
    border-radius: 5px;
}
.dropshipping_works,.dropshipping_choose{
    width: 100%;
    max-width: 1300px;
    margin: 50px auto;
}
.dropshipping_common{
    font-family: Roboto;
    color: #000000;
}
.dropshipping_common h2{
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    line-height: 46px;
}
.works_content p{
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}
.works_content span{
    color: #109CFB;
}
.dropshipping_benefit,
.dropshipping_charge{
    width: 100%;
    background: #F7F8FA;
    padding: 50px 0;
}
.benefit_warp,.charge_warp{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.benefit_list,.choose_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}
.benefit_item{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.benefit_item_img{
    width: 180px;
    margin-bottom: 15px;
}
.benefit_item p{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.choose_item{
    width: 49%;
    margin-bottom: 20px;
    background: #FBFBFB;
    border-radius: 10px;
}
.choose_item_box{
    padding: 30px 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.choose_item_img{
    width: 55px;
    margin-bottom: 20px;
}
.choose_item:first-child  .choose_item_img{
    width: 65px;
}
.choose_item_name{
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
}
.choose_item_box p{
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}
.charge_p{
    font-weight: 500;
    font-size: 30px;
    line-height: 47px;
    margin: 30px 0;
    text-align: center;
}
.charge_box{
    width: 100%;
    background: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.charge_box_title{
    padding: 20px 0;
    border-bottom: 2px dashed #89CAFF;
}
.charge_box_title p{
    padding: 0 40px;   
}
.charge_box_msg{
    padding: 20px 40px;
}
.charge_box_msg p{
    margin-bottom: 30px;
    line-height: 36px;
}
.msg_blue{
    color: #0078FF;
    font-size: 28px;
}
.msg_bold span{
    font-weight: bold;
}
.dropshipping_footer{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.dropshipping_footer a{
    display: inline-block;
    text-decoration: none;
    font-family: Roboto;
    font-weight: 500;
    font-size:38px;
    color: #FFFFFF;
    line-height: 50px;
    background: linear-gradient(to right,#0C75FC 0%,#4354E7 100%);
    border-radius: 60px;
    padding: 25px 40px;
}
.dropshipping_footer a:hover{
    background: linear-gradient(to right,#4354E7 0%,#0C75FC 100%);
}
@media (min-width:980px) and (max-width: 1300px){
    .banner_left h1{
        font-size: 32px;
    }
    .banner_left_offers{
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0 10px;
    }
    .banner_left_allows{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .banner_left a{
        font-size: 20px;
        line-height: 26px;
        padding: 10px 35px;
    }
    .shipping_form_item:first-child{
        margin-bottom: 15px;
    }
    .shipping_form{
        padding: 25px 15px;
    }
}
@media (min-width:768px) and (max-width: 979px){
    .banner_warp{
        position: initial;
        transform: none;
    }
    .banner_box{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .banner_left{
        width: 100%;
    }
    .banner_left_offers,.banner_left_allows{
        color: #000000;
    }
    .banner_right{
        width: 55%;
        margin-top: 30px;
    }
    .shipping_form{
        padding: 40px 20px;
    }
    .dropshipping_common h2{
        line-height: 52px;
    }
    .works_content p{
        padding-left: 8px;
    }
}
@media (max-width: 767px){
    .banner_warp{
        position: initial;
        transform: none;
    }
    .banner_box{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .banner_left,.choose_item{
        width: 100%;
    }
    .banner_left_offers,.banner_left_allows{
        color: #000000;
    }
    .banner_right{
        width: 100%;
        margin-top: 30px;
    }
    .shipping_form{
        padding: 25px 20px;
    }
    .dropshipping_common h2{
        line-height: 52px;
    }
    .benefit_item{
        width: 100%;
        margin-bottom: 25px;
    }
    .benefit_item:last-child{
        margin-bottom: 0;
    }
    .works_content p{
        padding-left: 8px;
    }
    .choose_item_box{
        padding: 30px 20px;
    }
    .charge_box_title p{
        padding: 0 20px;
    }
    .charge_box_msg{
        padding: 20px;
    }
    .dropshipping_footer a{
        font-size: 30px;
        line-height: 36px;
    }
}</pre></body></html>