@media screen and (max-width: 430px){
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.21);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #ffffff;

    }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.41);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #ffffff;
    }
}
@media screen and (min-width: 769px) and (max-width: 820px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.428);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #ffffff;
    }
}
@media screen and (min-width: 821px) and (max-width: 1024px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.536);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #ffffff;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1412px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.723);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #ffffff;
    }
}
@media screen and (min-width: 1413px) {  
    .contentpage {
        margin: 0;
        padding: 0;
        height: 100vh;
        background-color: #ffffff;
   }
}
body{
    height: 100%;
    width: 100%;
    margin: 0;
    background-color:#ffffff;
    z-index: -999;
}
/* banner */
.divbgc{
    position: relative;
}
.backbgc{
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #CFAB82;
    z-index: 9999;
}
.topbanner{
    position: relative;
    display: flex;
    justify-content: center;
    width: 60%;
    height: 100%;
    /* background-color: yellowgreen; */
    align-items: center;
    z-index: 99;

}
.cwbannner{
    left: 0;
    width: 100%;
    height: auto;
    /* height: 100%; */
    /* object-fit: cover; */
    /* z-index: 99; */
    /* top: -100px; */
}
.cwlogo{
   width: 172px;
   height: 47px;
   margin-left: 57%;
   margin-right: 1.5vw;

}
.chobanner .textblock{
    width: 140px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    text-align: center;
}
.chobanner .textblock .textpacetime{
    color: #000000;
    font-weight: bold;
}

.textblock{
    width: 140px;
    height: 56px;
    border-radius: 28px;
    text-align: center;
    /* margin-left: 0.3vw; */
}
.textblock:hover{
    width: 140px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    text-align: center;
    /* margin-left: 0.3vw; */
}
.textblock:hover .textpacetime{
     color: #000000;
    font-weight: bold;

}
.textpacetime{
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 56px;
}
/* 导航 */
.linkthree{
    position: relative;
    height: 150px;
    background-color: #fff;
    align-items: center;
}
.linone{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    height: 100px;
    /* width: 100%; */
    padding-bottom: 30px;
   /* background-color: cadetblue; */
    align-items: center;
}
.sthline{
    position: absolute;
    width: 85%;
    height: 1px;
    background: #D9D9D9;
    /* background: red; */
    margin-top: 99px;
    margin-left: 7.9%;

}
.chodetail{
    height: 96px;
    /* background-color: yellowgreen; */
    border-bottom: 4px solid #9B7001;
    align-items: center;
}
.chodetailtext{
    font-weight: 400;
    font-size: 20px;
    color: #CFA129;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
    align-items: center;
}
.thlinka{
    height: 96px;
    align-items: center;
    /* margin-left:114px; */
    /* margin-left: 240px; */
}
.thlink{
    height: 96px;
    align-items: center;
    margin-left:52px;
}
.thlink:hover{
    height: 96px;
    /* background-color: yellowgreen; */
    border-bottom: 4px solid #9B7001;
    align-items: center;
    margin-left: 52px;
}
.thlink:hover .thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #CFA129;
    /* line-height: 29px; */
    margin-top: 38px;
    text-align: center;
}
.thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #000;
    /* line-height: 29px; */
    margin-top: 36px;
    text-align: center;
}
/* 下拉列表 */
.xl_box{
    display: none;
    position: absolute;
    width: 212px;
    background-color: #ffffff;
    align-items: center;
    z-index: 999;
    margin-left: -35px;

}
.xl_text{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    height: 52px;
    /* background-color: palegreen; */
    list-style:none;
    text-align: center;

}
.xl_texta{
    font-weight: 400;
    font-size: 20px;
    color: #CFA129;
    line-height: 30px;
    height: 52px;
    /* background-color: palegreen; */
    list-style:none;
    text-align: center;
}
.xl_texte{
   padding-top: 11px;
}
.xl_text:hover{
    color: #CFA129;
}
.xl_line{
    width: 160px;
    align-items: center;
    height: 1px;
    background-color:#F0F0F0 ;
    margin-left: 26px;
}
.cw_generalsit{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 51px;
    margin-left: 7.9%;
}
.con_toptext{
    position: relative;
    width: 84.89%;
    height: 208px;
    margin-left: 7.9%;
    border: 1px solid #D0B471;
    text-align: left;
    border-radius: 12px;
    margin-top: 52px;
}
.welcon{
   width: 96.13%;
   font-weight: 400;
   font-size: 21px;
   color: #000000;
   line-height: 35px;
   letter-spacing: 1px;
   margin-left: 2.5%;
   margin-top: 28px;
}
.welover{
    position: absolute;
    font-weight: 400;
    font-size: 21px;
    color: #000000;
    line-height: 35px;
    letter-spacing: 1px;
    right: 31px;
    bottom: 20px;
}
/* 表格 */
.trheig{
    display: flex;
    flex-direction: column;
    width: 84.89%;
    /*height: 1204px;*/
    /* background-color: yellowgreen; */
    margin-left: 7.9%;
    margin-top: 33px;
    text-align: center;
    border: 1px solid #D0B470;
}
.qytable{
    display: flex;
    height: 85px;
    border-bottom: 1px solid #D0B470;

}
.qy_name{
    width: 14%;
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    line-height: 85px;
    letter-spacing: 1px;
    border-right: 1px solid #D0B470;
}
.qy_namea{
    width: 12%;
    font-weight: 400;
    font-size: 21px;
    color: #000000;
    line-height: 85px;
    letter-spacing: 1px;
    border-right: 1px solid #D0B470;
    border-left: 1px solid #D0B470;
    /* background-color: #1C1B18; */
}
.qy_nameq{
    width: 12%;
    font-weight: 400;
    font-size: 21px;
    color: #000000;
    line-height: 85px;
    letter-spacing: 1px;
    border-right: 1px solid #D0B470;
    border-left: 1px solid #D0B470;
    /* background-color: palevioletred; */
}
select option:checked{
    border: 1px solid #D0B470 !important ;

}
.qy_namethreea{
    width: 40%;
    height: 85px;
    border: none;
    outline: none;

    font-weight: 400;
    font-size: 21px;
    color: #000;
    line-height: 85px;
    letter-spacing: 1px;
}
.qy_nameb{
    width: 12%;
    font-weight: 400;
    font-size: 21px;
    color: #000000;
    line-height: 85px;
    letter-spacing: 1px;
    border-right: 1px solid #D0B470;
    border-left: 1px solid #D0B470;
}
.qy_nametwo{
    width: 86%;
    height: 85px;
    border: none;
    outline: none;

    font-weight: 400;
    font-size: 21px;
    color: #000;
    line-height: 85px;
    letter-spacing: 1px;
    border-radius: 12px;
}
.qy_namethree{
    width: 40%;
    height: 85px;
    border: none;
    outline: none;

    font-weight: 400;
    font-size: 21px;
    color: #000;
    line-height: 85px;
    letter-spacing: 1px;
}
.qy_namethree1111{
    width: 40%;
    height: 85px;
    /*border: none;*/
    outline: none;

    font-weight: 400;
    font-size: 21px;
    color: #000;
    line-height: 85px;
    letter-spacing: 1px;
}
.qy_namefive{
    width:10.92%;
    height: 85px;
    border: none;
    outline: none;

    font-weight: 400;
    font-size: 21px;
    color: #000;
    line-height: 85px;
    letter-spacing: 1px;
    /* padding-left: 28px; */
    border-radius: 12px;
    /* background-color: rebeccapurple; */
}
.qy_namesix{
    width:34%;
    height: 85px;
    border: none;
    outline: none;

    font-weight: 400;
    font-size: 21px;
    color: #000;
    line-height: 85px;
    letter-spacing: 1px;
    /* padding-left: 28px; */
}
.qy_namesixa{
    display: flex;
    align-items: center;
    width:34%;
    height: 85px;
    border: none;
    outline: none;

    font-weight: 400;
    font-size: 1rem;
    color: #000;
    line-height: 85px;
    letter-spacing: 1px;
    /* padding-left: 28px; */
}
.xz_all{
    display: flex;
    height: 172px;
    border-bottom: 1px solid #D0B470;
    align-items: center;
    text-align: center;

}
.xz_text{
    width: 14%;
    height: 100%;
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    line-height: 172px;
    letter-spacing: 1px;
    align-items: center;
    text-align: center;
    border-right: 1px solid #D0B470;

}
.xz_nameone{
    width:40%;
    height: 172px;
    border: none;
    outline: none;

    font-weight: 400;
    font-size: 21px;
    color: #000;
    line-height: 85px;
    letter-spacing: 1px;



}
.xz_textb{
    width: 12%;
    height: 100%;
    font-weight: 400;
    font-size: 21px;
    color: #000000;
    line-height: 172px;
    letter-spacing: 1px;
    border-right: 1px solid #D0B470;
    border-left: 1px solid #D0B470;
}
.xz_textbb{
    width: 30%;
    height: 86px;
    font-weight: 400;
    font-size: 21px;
    color: #000000;
    line-height: 85px;
    letter-spacing: 1px;
    border-right: 1px solid #D0B470;
}
.xz_nametwo{
    width:70%;
    height: 85px;
    border: none;
    outline: none;

    font-weight: 400;
    font-size: 21px;
    color: #000;
    line-height: 85px;
    letter-spacing: 1px;
    border-top: 0.5px solid #D0B470;
}
.xz_nametwoa{
    width:70%;
    height: 85px;
    border: none;
    outline: none;

    font-weight: 400;
    font-size: 21px;
    color: #000;
    line-height: 85px;
    letter-spacing: 1px;
    /* background-color: palegreen; */
}
.butdouble{
    display: flex;
    height: 64px;
    margin-left: 72%;
    margin-top: 68px;
}
.mobtna{
    display: flex;
    width: 128px;
    height:64px;
    background: #ffffff;
    border-radius: 37px;
    align-items: center;
    border: 1px solid #CFA129;
}
.motexta{
    font-weight: 600;
    font-size: 20px;
    color: #CFA129;
    margin-left: 43px;
    letter-spacing: 1px;
}
.mobtn{
    display: flex;
    width: 128px;
    height:64px;
    background: #CFA129;
    border-radius: 37px;
    align-items: center;
    margin-left: 8%;

}
.motext{
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 43px;
    letter-spacing: 1px;
}
/* 底部 */
.divbgb{
    /* position: absolute; */
    display: flex;
    width: 100%;
    height: 234px;
    background-color: #313131;
    align-items: center;
    margin-top: 68px;
}
.divdou{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.bottotexte{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    margin-left: 7.5%;
    /* background-color: blueviolet; */

}
.bottotextea{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 7.5%;

}
.bottotexteaa{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 7.5%;
}
.bottotexteaa:hover{
    color: #CFAB82;
}
.qrimg{
    position: absolute;
    width: 120px;
    height: 120px;
    right: 7%;

}

.labelShop{
    font-weight: 400;font-size: 19px;margin-top: -2px;
}
/* 隐藏原生的checkbox */
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* 创建自定义的外观 */
.custom-checkbox label::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    border: 2px solid #CFA129;
    vertical-align: middle;
}

.labelShopRaido{
    /* font-weight: 400;font-size: 19px;
    margin-top: -6px;
    margin-left: 20px;
    margin-right: 50px; */
    font-weight: 400;
    font-size: 19px;
    margin-top: -6px;
    margin-left: 10px;
    margin-right: 10px;
    /* background-color: yellowgreen; */
}
/* 当checkbox被选中时改变外观 */
.custom-checkbox input[type="checkbox"]:checked + label::before {
    content: "✔";
    display: inline-block;
    color: #CFA129;
    background-color: #ffffff;
    border: 2px solid #CFA129;
    text-align: center;
}

/* 隐藏原生的checkbox */
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* 创建自定义的外观 */
.custom-checkbox label::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    border: 2px solid #CFA129;
    vertical-align: middle;
}

/* 当checkbox被选中时改变外观 */
.custom-checkbox input[type="checkbox"]:checked + label::before {
    content: "✔";
    display: inline-block;
    color: #CFA129;
    background-color: #ffffff;
    border: 2px solid #CFA129;
    text-align: center;
}
input[type="radio"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-size: 100% auto;
    box-sizing:border-box;
    border:solid 1px #CFA129;
}
/*单选按钮选中后增加的样式*/
input[type="radio"]:checked:before{
    content:"";
    display: block;
    width: 9px;
    height: 9px;
    margin: 1px;
    border-radius: 10px;
    background-color: #CFA129;
}
