/*国际运转*/
.font-bold {
    font-weight: bold;
}
.font-size-16 {
    font-size: 16px;
}
.sprite_1 {
    background-image: url(https://rabbos-sourcefiles.oss-us-west-1.aliyuncs.com/images/86new/rb_sprite1.png);
    background-repeat: no-repeat;
}
.main_banner_img1, .daigou_banner_img1 {
    width: 100%;
    height: 459px;
}
.main_banner_img1 {
    background: #2F95D5 url(/Images/86new/international_banner_bg.png) center no-repeat;
}
.daigou_banner_img1 {
    background: #5EDEFC url(https://rabbos-sourcefiles.oss-us-west-1.aliyuncs.com/images/86new/rb_banner_bg.png) center no-repeat;
}
.mainyz0604-box1 {
    position: relative;
    width: 1190px;
    margin: auto;
}

.mainyz0604-box1 .international,.daigou_bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 3px 5px rgba(224,224,224,.5);
    -moz-box-shadow: 0 3px 5px rgba(224,224,224,.5);
    box-shadow: 0 3px 5px rgba(224,224,224,.5);
}
.mainyz0604-box1 .international {
    height: 540px;
}
.daigou_bg{
    height: 226px;
}
.international .international_table, .daigou_bg .daigou_box {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
}
.international .international_table {
    top: -60px;
    height: 540px;
}
.daigou_bg .daigou_box {
    top: -52px;
    height: 278px;
}
.international_table .left, .daigou_box .left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 44%;
}
.daigou_box .left {
    width: 50%;
}
.international_table .right, .daigou_box .right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 56%;
}
.daigou_box .right{
    width: 50%;
    border-left: 1px dashed #eee;
    box-sizing: border-box;
}
.daigou_box .left, .daigou_box .right {
    padding: 64px 0 0 30px;
}
.inline_div {
    display: inline-block;
}
.recommend {
    display: inline-block;
    width: 39px;
    height: 18px;
    font-size: 13px;
    text-indent: 2px;
    color: #FFF;
    line-height: 20px;
    background-position: -319px 0;
}
.daigou_box .start_daigou {
    width:119px;
    height: 116px;
    margin-right:30px;
    background-position: -78px -112px;
}
.daigou_box .shopping {
    width:123px;
    height: 101px;
    margin-right:30px;
    background-position: -78px 0;
}
.daigou_box p{
    font-size:21px;
    color: #737272;
    letter-spacing: 3px;
    line-height: 36px;
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
body .daigou_bg .daigou_box a, body .daigou_bg .daigou_box a:hover {
    display: inline-block;
    padding: 8px 38px;
    margin-top: 15px;
    font-size:16px;
    color: #fff;
    background: #ff4c5c;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
.international_table .left ul li div{
    height: 97px;
    width: 97px;
    margin:70px auto 15px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.international_table .left ul li div.shop {
    background-position: -214px 2px;
}
.international_table .left ul li div.zy {
    background-position: -214px -102px;
}
.international_table .left ul li p {
    text-align: center;
    line-height: 28px;
    color: #737272;
}
.fill_in_table {
    width: 560px;
    height: 485px;
    margin-top: 50px;
    border: 1px solid #ddd;
}
.fill_in_table h2 {
    margin: 20px auto;
    text-align: center;
    color: #ff4c5c;
    letter-spacing: 2px;
    font-size: 19px;
}
.fill_in_table .login_after {
    width:392px;
    height: 94px;
    margin: 15px auto 0;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ff4c5c;
    border: 1px solid #ddd;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}
.fill_in_table .pure-form {
    width:395px;
    margin: 0 auto;
}
.fill_in_table .pure-form > div {
    margin: 10px 0;
}
.fill_in_table .pure-form > div:first-child {
    margin-top: 1px;
}
.fill_in_table .pure-form label {
    display: inline-block;
    width: 70px;

}
.fill_in_table .pure-form ._w {
    width: 320px;
}
.fill_in_table .pure-form input[type=submit]{
    width: 128px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    background-color: #ff4c5c;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.hint-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}
.hint-con {
    position: relative;
    top: 50%;
    width: 500px;
    height: 180px;
    margin: -50px auto 0;
    padding: 15px;
    z-index: 1000;
    font-size: 14px;
    background: #fff;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.close-hint {
    position: absolute;
    top: 2px;
    right: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 1
}

.why_select_86 {
    margin-bottom: 40px;
}
._title {
    text-align: center;
    font-size:30px;
    margin: 50px auto;
    line-height: 40px;
    letter-spacing: 4px;
    color: #737272;
}
.why_select_86_box {
    margin: 10px;
}
.why_select_86_box ul {
    display: table;
    width: 100%;
}
.why_select_86_box ul li {
    display: table-cell;
    width: 33%;
    height: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.why_select_86_box ul li div {
    width: 69px;
    height: 79px;
    margin: 20px auto;
}
.why_select_86_box ul li div.gte {
    background-position: 0 0;
}
.why_select_86_box ul li div.duty {
    background-position: 0 -77px;
}
.why_select_86_box ul li div.broken {
    background-position: 0 -158px;
}
.why_select_86_box ul li div.rocket {
    background-position: 0 -238px;
}
.why_select_86_box ul li div.ic {
    background-position: 0 -319px;
}
.why_select_86_box ul li div.bank {
    background-position: 0 -398px;
}
.why_select_86_box ul li p {
    text-align: center;
    line-height: 22px;
    color: #656464;
}
.why_select_86_box ul li p:nth-child(2) {
    margin: 8px;
}
._dot {
    display: inline-block;
    padding: 4px;
    margin: 0 8px 3px 0;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color: #ff4c5c;
}

.yz0604-row-1 {
    width: 1190px;
    margin: 20px 0;
    /*border-bottom: 1px #d7d7d7 solid;*/
}

.yz0604-row-1 .left1 {
    float: left;
    width: 100px;
    height: 287px;
    color: #ff4c5c;
    font-size: 22px;
    font-family: '微软雅黑', Verdana;
    line-height: 26px;
    text-align: center;
}
.user_notes {
    position: relative;
    border: 2px dashed #00a0e9;
    margin: 150px 0;
}
.user_notes .user_notes_icon {
    position: absolute;
    top: -17px;
    left: 100px;
    background-position: -76px -244px;
    height: 34px;
    width: 124px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    text-indent: 16px;

}
.user_notes .text {
    margin: 40px 100px;
}
.user_notes p {
    line-height: 22px;
    color: #656464;
    font-size: 14px;
}


.yz0604-row-1 .right1 {
    width: 1061px;
    padding-top: 174px;
    margin: 0 auto;
    height: 100px;
    background: url(/Images/zhuanyun/topliuchen.png) no-repeat;
    clear: both;
}
._post_daigou {
    margin: 80px auto;
    text-align: center;
}
._post_daigou a._btn {
    display: inline-block;
    width: 240px;
    height: 80px;
    line-height: 80px;
    background:#ff4c5b;
    color: #fff;
    font-size: 20px;
    margin: 0 80px;
    letter-spacing: 3px;
}
.yz0604-row-1 .right2 {
    padding-top: 174px;
    width: 850px;
    background: url(/Images/zhuanyun/topliuchen2.png) no-repeat;
    margin: 0 auto;
}

.yz0604-row-1 .right3 {
    float: right;
    width: 200px;
    height: 287px;
}

.liuchengwenzi0604_1 {
    width: 120px;
    margin: auto;
    color: #fff;
    font-family: '微软雅黑', Verdana;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #b5b5b5;
}

.liuchengwenzi0604_2 {
    color: #999;
    text-align: center;
    font-family: '微软雅黑', Verdana;
    font-size: 14px;
    line-height: 20px;
}

.yz0604-row-2 {
    width: 1190px;
    float: left;
    margin: 20px 0 50px 0;
}

.yz0604-row-2 .left2 {
    float: left;
    width: 510px;
    height: 440px;
    border: 1px #d7d7d7 solid;
    padding: 20px;
    min-height: 440px;
    height: auto !important;
}

.yz0604-row-2 .right2 {
    float: right;
    width: 550px;
    height: 440px;
    border: 1px #d7d7d7 solid;
    padding: 20px;
    min-height: 440px;
    height: auto !important;
    overflow: visible;
}

.yz0604-row-2 .left2-1 {
    float: left;
    width: 550px;
    height: 440px;
    min-height: 440px;
    height: auto !important;
}

.liuchengwenzi0604_3 {
    color: #ff4c5c;
    font-size: 22px;
    font-family: '微软雅黑', Verdana;
    line-height: 26px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.degnluqian0604_1 {
    width: 420px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    font-family: '微软雅黑', Verdana;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px #d7d7d7 solid;
    background: #fff;
    color: #ff4c5c;
}

.degnluhou0604_1 {
    width: 400px;
    height: 80px;
    margin: auto;
    color: #555;
    font-family: '微软雅黑', Verdana;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px #d7d7d7 solid;
    background: #fff;
    padding: 10PX;
}

.kuaidiinfo0604box {
    margin: auto;
    color: #555;
    font-size: 14px;
    font-family: '微软雅黑', Verdana;
}

.form1514-1 {
    border: #d7d7d7 solid 1px;
    padding: 3px;
    font-size: 14px;
    color: #555;
    font-family: '微软雅黑', Verdana;
}

.dhbtwenzi {
    color: #555;
    font-size: 14px;
    font-family: '微软雅黑', Verdana;
}

.btn0605-jijiao-1 {
    width: 120px;
    height: 36px;
    font-family: '微软雅黑', Verdana;
}

.btn0605-jijiao-1 a:link, .btn0605-jijiao-1 a:visited {
    display: block;
    text-decoration: none;
    line-height: 34px;
    height: 36px;
    color: #fff;
    background-color: #ff4c5c;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn0605-jijiao-1 a:hover {
    background-color: #ff5b6a;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn0605-dg-2 {
    width: 140px;
    height: 40px;
    font-family: '微软雅黑', Verdana;
    float: right;
    margin-top: 100px;
}

.btn0605-dg-2 a:link, .btn0605-dg-2 a:visited {
    display: block;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid transparent;
    background: url(/Images/86new/ljdg_bg.png) no-repeat center;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.yunfeibox0604-1 {
    width: 100%;
    float: left;
}

.jiage_right_con1 {
    float: left;
}

#jiage_bg_1 {
    float: left;
    width: 127px;
    height: 86px;
    background: url(/Images/zhuanyun/yunfeibg0604-1.png) no-repeat;
    font-family: '微软雅黑', Verdana;
}

#jiage_bg_5 {
    float: left;
    width: 254px;
    height: 86px;
    background: url(/Images/zhuanyun/yunfeibg0604-1xl.png) no-repeat;
    font-family: '微软雅黑', Verdana;
}

#jiage_bg_2 {
    float: left;
    width: 40px;
    height: 86px;
    background: url(/Images/zhuanyun/yunfeibg0604-2.png) no-repeat;
    font-family: '微软雅黑', Verdana;
}

#jiage_bg_3 {
    float: left;
    width: 129px;
    height: 86px;
    background: url(/Images/zhuanyun/yunfeibg0604-10.png) no-repeat;
    font-family: '微软雅黑', Verdana;
}

#jiage_bg_4 {
    float: left;
    width: 40px;
    height: 86px;
    background: url(/Images/zhuanyun/yunfeibg0604-=.png) no-repeat;
    font-family: '微软雅黑', Verdana;
}

#jiage_bg_6 {
    float: left;
    width: 100px;
    height: 86px;
    background: url(/Images/zhuanyun/yunfeibg0604-11.png) no-repeat;
    font-family: '微软雅黑', Verdana;
}

.gj_wenzi4 {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    text-align: center;
    width: 125px;
    float: left;
    margin: 20px 0 0 0;
    font-family: '微软雅黑', Verdana;
}

.gj_wenzi5 {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    text-align: center;
    width: 250px;
    float: left;
    margin: 20px 0 0 0;
    font-family: '微软雅黑', Verdana;
}

.jiage_right_con2 {
    float: left;
    width: 210px;
}

.jiage_right_con3 {
    float: left;
    width: 550px;
}

.jiagewenzis-1 {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    text-align: left;
    float: left;
    margin: 8px 0 0 0;
    font-family: Verdana;
    clear: both;
}

.wenzifense0604-1 {
    color: #ff4c5c;
    font-size: 12px;
    font-family: '微软雅黑', Verdana;
    text-align: center;
    border-bottom: 1px #d7d7d7 solid;
    border-right: 1px #d7d7d7 solid;
}

.wenzifense0604-2 {
    color: #ff4c5c;
    font-size: 14px;
    font-family: '微软雅黑', Verdana;
    text-align: center;
}

.wenziheise0604-1 {
    color: #444;
    font-size: 12px;
    font-family: '微软雅黑', Verdana;
    text-align: center;
    border-right: 1px #d7d7d7 solid;
}

.wenzibaise0604-1 {
    color: #fff;
    font-size: 14px;
    font-family: '微软雅黑', Verdana;
    text-align: center;
}

.clear0604-1 {
    clear: both;
    height: 19px;
}

.clear0604-2 {
    clear: both;
    height: 45px;
}

.dagoulctu-r1 {
    margin: auto;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}

.dagoulctu-r2 {
    margin: auto;
    text-align: center;
    font-size: 13px;
    font-family: '微软雅黑', Verdana;
    color: #666;
    line-height: 20px;
    padding: 0 20px 0 20px;
}

.right3 .btn0605-dg-2 {
    -webkit-animation: shake-rotate .4s infinite;
    -moz-animation: shake-rotate .4s infinite;
    -o-animation: shake-rotate .4s infinite;
    animation: shake-rotate .4s infinite;
}

.right3 .btn0605-dg-2:hover {
    -webkit-animation: shake-rotate .2s infinite;
    -moz-animation: shake-rotate .2s infinite;
    -o-animation: shake-rotate .2s infinite;
    animation: shake-rotate .2s infinite;
}

@-webkit-keyframes shake-rotate {
    0% {
        transform: translateZ(0) rotate(0deg);
    }
    0% {
        -webkit-transform: translateZ(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translateZ(0) rotate(3deg);
    }
    50% {
        -webkit-transform: translateZ(0) rotate(0deg);
    }
    75% {
        -webkit-transform: translateZ(0) rotate(-3deg);
    }
}

@-moz-keyframes shake-rotate {
    0% {
        transform: translateZ(0) rotate(0deg);
    }
    0% {
        -moz-transform: translateZ(0) rotate(0deg);
    }
    25% {
        -moz-transform: translateZ(0) rotate(3deg);
    }
    50% {
        -moz-transform: translateZ(0) rotate(0deg);
    }
    75% {
        -moz-transform: translateZ(0) rotate(-3deg);
    }
}

@-o-keyframes shake-rotate {
    0% {
        transform: translateZ(0) rotate(0deg);
    }
    0% {
        -o-transform: translateZ(0) rotate(0deg);
    }
    25% {
        -o-transform: translateZ(0) rotate(3deg);
    }
    50% {
        -o-transform: translateZ(0) rotate(0deg);
    }
    75% {
        -o-transform: translateZ(0) rotate(-3deg);
    }
}

@keyframes shake-rotate {
    0% {
        transform: translateZ(0) rotate(0deg);
    }
    0% {
        transform: translateZ(0) rotate(0deg);
    }
    25% {
        transform: translateZ(0) rotate(3deg);
    }
    50% {
        transform: translateZ(0) rotate(0deg);
    }
    75% {
        transform: translateZ(0) rotate(-3deg);
    }
}
