*{
    margin:0;
    padding:0;
}
body,html{
    font-family: "Times New Roman";
}

.bg_box{
    min-width: 1200px;
    font-family: "Times New Roman";
}
.box_content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 30px;
}

.bg_img {
    width: 360px;
    height: 240px;
    background: url("../image/noPictures.png") 0 0 no-repeat;
    background-size: 100%;
    margin-left: 45px;
}


.country_msg {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #e1e1e1;
    padding: 20px 0px;
    box-sizing: border-box;
}

.right_text {
    padding: 0px 20px 0px 50px;
    box-sizing: border-box;
}

.title_country_name {
    font-size: 20px;
    font-weight: 600;
}

.title_country_name_text {
    font-size: 18px;
}

.SelectionType {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
}

.SelectionTypeName {
    width: 153px;
    font-size: 16px;
}

.SelectionTypeNum {
    width: 74px;
    font-size: 16px;
    padding-top: 5px;
}

.SelectionTypeList {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.SelectionTypeList > li {
    padding: 5px 10px;
    background: #F5F5F5;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #999;
}

.SelectionTypeList > li:hover {
    cursor: pointer;
}

.SelectionTypeList > .active {
    color: white;
    background: #3E69F6;
}

.tab {
    display: none;
}

.actives {
    display: block;
}

.SelectionNum {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.nums {
    width: 580px;
    display: flex;
    justify-content: space-between;
    color: #666;
}

.nums_left {
    position: relative;
    display: flex;
}

.nums_left > .nums_left_name {
    padding: 7px 8px;
    background: #F5F5F5;
}

.nums_left input {
    text-indent: 25px;
    width: 70px;
    height: 29px;
    border: 1px solid #e8e8e8;
}

.shang {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/shang.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.xia {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/xia.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.shang1 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/shang.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.xia1 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/xia.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.shangs {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/shang.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.xias {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/xia.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.shangs1 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/shang.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.xias1 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/xia.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}


.thisHKs{
    display: none;
}
.Price_right {
    width: 580px;
    border: 1px solid #e1e1e1;
}

.price_name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
}

.lastPrice {
    width: 100%;
    padding: 10px 30px;
    box-sizing: border-box;
    /*border-bottom: 1px solid #e1e1e1;*/
    text-align: right;
}

.lastPrice > span {
    color: red;
    font-size: 20px;
}

.publicFather{
    margin-top: 10px;
}

.WatchService {
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
    border-top: none;
    color: #666;
}

.WatchService > p {
    font-size: 18px;
    margin-top: 10px;
}

#color_ {
    color: #0e5ecc;
    font-size: 25px;
}

.tab_content {
    width: 100%;
}


.tab_ul {
    list-style: none;
    display: flex;
    border: 1px solid #d7d7d7;
    background: #f0f0f0;
    margin-top: 30px;
    border-bottom: none;
}

.order_tab{
    padding: 20px 30px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    border-top:none;
}

.tab_ul > li {
    padding: 8px 15px;
    font-size: 16px;
}

.li_active {
    color: #3E69F6;
    background: white;
}

.tab_ {
    display: none;
}

.tab_active {
    display: block;
}

.Type {
    display: none;
}

.Type_active {
    display: block;
}

.country_tab {
    padding: 20px 30px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    border-top: none;
}

.country_tab > p {
    margin-top: 5px;
}

.publicnums {
    width: 580px;
    display: flex;
    justify-content: space-between;
    color: #666;
    margin-top: -25px;
}

.publicnums_left {
    position: relative;
    display: flex;
    margin-left: 73px;
}

.publicnums_left > .publicnums_left_name {
    padding: 7px 8px;
    background: #F5F5F5;
}

.publicnums_left input {
    text-indent: 25px;
    width: 70px;
    height: 29px;
    border: 1px solid #e8e8e8;
}

.publicshang {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/shang.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.publicxia {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/xia.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.publicshang1 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/shang.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.publicxia1 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/xia.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.baseFee {
    width: 280px;
    height: 140px;
    margin-left: 74px;
    margin-top: 15px;
}

.publicName {
    width: 100%;
    height: 70px;
    font-size: 25px;
    color: #fff;
    background: url("../image/blue.png") 0 0 no-repeat;
    /*background: #ccc;*/
    font-weight: 600;
    text-align: center;
    padding-top: 17px;
    box-sizing: border-box;
}
.otherName > p{
    font-size: 12px;
    display: none;
}

.publicPrice {
    width: 100%;
    height: 70px;
    font-size: 25px;
    color: #3E69F6;
    font-weight: 600;
    text-align: center;
    line-height: 70px;
    border: 1px solid #3E69F6;
    box-sizing: border-box;
}

.SelectionText {
    font-size: 17px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-family: 'Times New Roman';
    color: #999;
    border-top: 1px solid #e1e1e1;
}

.shangCns {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/shang.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.xiaCns {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/xia.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.shangCn {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/shang.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.xiaCn {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/xia.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #f2f2f2;
}

.CNpr {
    display: none;
}

.noCnpr {
    display: none;
}

.HKpbaseFee {
    width: 280px;
    height: 140px;
    margin-top: 15px;
    margin-left: 10px;
}

.price_names {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
}
.ifActive {
    text-decoration: line-through;
    color: #C3C3C3;
}

.ifActive .publicPrice {
    border: 1px solid #EEF1F6;
    color: #BFCBD9;
}

.ifActive .publicName {
    background: #ddd;
}

.allPrice {
    display: none;
    font-size: 25px;
    color: red;
    margin-top: 5px;
}

.allPrice .Tatol {
    font-size: 20px;
    color: #333;
}

.col {
    text-decoration: line-through;
    color: #C3C3C3;
}

.additionCol {
    display: none;
    display: flex;
    justify-content: space-between;
}

.checkbox {
    font-size: 20px;
    margin-left: 75px;
    padding: 5px 0;
}

.HKInput {
    font-size: 18px;
    margin-left: 74px;
    padding: 10px 0px;
}

.twoss {
    display: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.message {
    width: 100%;
    margin-top: 20px;
}

.messageImgph {
    background: url(../image/mes.png);
    display: inline-block;
    width: 36px;
    height: 30px;
    vertical-align: middle;
}

.messageImg {
    color: #4A4A4A;
    font-weight: 600;
    font-size: 20px;
}

.allInputs {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.left_inputList {
    width: 400px;
}

.left_inputList > div p {
    font-size: 17px;
    padding: 5px;
}

.left_inputList > div p > span {
    color: red;
}

.left_inputList > div p > input {
    width: 380px;
    height: 48px;
    font-size: 17px;
    color: #666;
    border: 1px solid #d8d8d8;
    text-indent: 10px;
}

.right_inputList {
    width: 550px;
    height: 220px;
    margin-top: 40px;
    margin-left: 30px;
}

.right_inputList > textarea {
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: #666;
    border: 1px solid #d8d8d8;
    text-indent: 10px;
    line-height: 20px;
    font-family: "Times New Roman";
}

.submits {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.submits > button {
    width: 200px;
    height: 44px;
    font-size: 18px;
    border: 1px solid #3E69F6;
    text-align: center;
    line-height: 44px;
    color: #3E69F6;
    letter-spacing: -0.3px;
    cursor: pointer;
    margin-right: 155px;
}

.wanringName {
    font-size: 14px;
    color: red;
    display: none;
}

.wanringEmail {
    font-size: 14px;
    color: red;
    display: none;
}

.wanringCountry {
    font-size: 14px;
    color: red;
    display: none;
}

.wanrings {
    font-size: 14px;
    color: red;
    display: none;
}

.timeFrameImg {
    background: url(../image/dengpao.png) left no-repeat;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    color: #4A4A4A;
    font-size: 24px;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    font-weight: bold;
    margin-bottom: 15px;
}

.timeFrame {
    margin-top: 40px;
}

.timeFrameContent > div {
    padding: 4px 20px;
    background-color: #EEEEEE;
    font-size: 16px;
    color: #4A4A4A;
    border-radius: 100px;
    margin: 5px 20px;
    display: inline-block;
}

.timeFrameImgtwo {
    margin: 50px 0 20px;
    background: url(../image/shu.png) no-repeat left;
    height: 26px;
    line-height: 26px;
    color: #4A4A4A;
    font-size: 24px;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    font-weight: bold;
    padding-left: 40px;
}

.timeFrameRequired {
    width: 1150px;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 30px;
    font-size: 16px;
    color: #4A4A4A;
    box-sizing: border-box;
    margin-top: 20px;
}

.SearchFramsImg {
    background: url(../image/dengpao.png) left no-repeat;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    color: #4A4A4A;
    font-size: 24px;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    font-weight: bold;
    margin-bottom: 15px;
}

.SearchFramsText {
    padding: 4px 20px;
    /*background-color: #EEEEEE;*/
    font-size: 16px;
    color: #4A4A4A;
    border-radius: 100px;
    margin: 10px 0px;
    display: inline-block;
    margin-left: 20px;
}

.SearchFramscot {
    width: 1150px;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 20px;
    font-size: 16px;
    color: #4A4A4A;
    box-sizing: border-box;
    margin-top: 20px;
}

.SearchFramsImgthree {
    background: url(../image/quan.png) no-repeat left;
    height: 50px;
    line-height: 50px;
    color: #4A4A4A;
    font-size: 24px;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    font-weight: bold;
    padding-left: 40px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.dockImg {
    background: url(../image/docketing.png) no-repeat center;
    width: 708px;
    height: 454px;
    margin: 0 auto;
}
.dockImgs{
    background: url(../image/Docketing-p.png) no-repeat center;
    width: 833px;
    height: 372px;
    margin: 0 auto;
    margin-top: 30px;
}
.codeTwoType{
    display: flex;
    font-size: 14px;
    margin-top: 20px;
}
.codeTwoTypeName>span{
    padding: 10px 25px;
    background: #efefef;
    box-sizing: border-box;
    color:#666;
    margin-left: 20px;
}
.codeTwoTypeName>.active_bg{
    background: #3E69F6;
    color:#fff;
}
.codeTwoTypeNametwo>span{
    padding: 10px 25px;
    background: #efefef;
    box-sizing: border-box;
    color:#666;
    margin-left: 20px;
}
.codeTwoTypeNametwo>.active_bg{
    background: #3E69F6;
    color:#fff;
}
.codeTwoContentTabtwo{
    display: none;
}
.codeTwoContent{
    display: none;
}
.codeTwoPrice{
    width: 580px;
    padding: 10px 20px;
    box-sizing: border-box;
    border:1px solid #efefef;
    margin-left: 20px;
}
.titlePrice{
    display: flex;
    justify-content: space-between;
}
.codeTwoPrice p{
    border-bottom: 1px dashed #efefef;
    padding: 5px 0px 5px;
    display: flex;
    justify-content: space-between;
    justify-items: baseline;
}
.codeTwoPrice p > .centerSpan{
    display: inline-block;
    width: 300px;
    text-align: center;
}
.lastSpan{
    text-align: right;
    font-size: 18px;
    margin-top: 10px;
}
.lastSpan span{
    font-size: 20px;
    color:red;
    font-weight: 500;
}
.inputPrices{
    font-size: 20px;
    color:red;
    font-weight: 500;
}
.show{
    display: none;
 }

.mb_success{
    width: 500px;
    height: 200px;
    background: #ffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-80%);
    border: 1px #d7d7d7 solid;
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
}
.hr{
    width: 400px;
    height: 2px ;
    background: #999;
    margin:15px auto;
}
#ok{
    font-size: 28px;
    color: #0b58ff;
    font-weight: 500;
    text-align: center;
}
#ok:hover{
    cursor: pointer;
}
