/*.header_choose2{
    border-bottom: 2px solid #fff;
}
.header_choose2 a{
    color: rgba(255, 255, 255, 1);
}*/
.test_main{
    height: 140px;
    box-shadow: 0px 1px 0px 0px rgba(193, 193, 193, 1);
    background: #fff;
    margin: 20px;
    /* position: absolute; */
    flex: 1;
}
.address{
    height: 54px;
    padding: 42px 0px;
}
.address_name{
    width: 144px;
    height: 33px;
    color: rgba(117, 117, 117, 1);
    font-size: 24px;
    margin-left: 20px;
    line-height: 50px;
}
input.textbox-text {
    font-size: 22px !important;
    padding: 12px 0px 0px 0px  !important;
    border: none !important;
}
span.textbox{
    border: none !important;
    border-bottom: 1px solid #628AE3 !important;
}
.textbox-focused{
    box-shadow: none !important;
}
.test_btn{
    width: 133px;
    height: 32px;
    padding: 8px;
    border-radius: 45px;
    color: rgba(16, 16, 16, 1);
    font-size: 22px;
    text-align: center;
    border: 1px solid rgba(98, 138, 227, 1);
    display: inline-block;
    margin-left: 5%;
}
.resist_btn{
    width: 133px;
    height: 32px;
    padding: 8px;
    border-radius: 38px;
    background-color: rgba(158, 182, 236, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    text-align: center;
    border: 1px solid rgba(98, 138, 227, 1);
    display: inline-block;
    margin-left: 20px;
}
/*侧边导航*/
.pro_chil{
    height:93px;
    display: none;
}
/*.pro_list_left{
    position: static;
    box-sizing: border-box;
    height: 100%;
    width:133px;
    background: #31415D;
    display: block;
    cursor: pointer;
}*/
/*.pro_list_left .list_choose,
.pro_list_left .list_ch_up{
    height: 47px;
    width: 100%;
    padding-top: 0px;
}
.pro_chil .list_choose{
    background: #E0E4ED;
}
.pro_list_left .list_choose label,
.pro_list_left .list_ch_up label{
    color: #777777;
}
.pro_list_left .choosed{
    background: #7CA2F5;
}
.pro_list_left .choosed div:first-child{
    filter:grayscale(100%) brightness(300);
}
.pro_list_left .choosed label{
    color: #fff
}
.pro_list_left .chos div:first-child{
    filter:grayscale(100%) brightness(300);
}
.pro_list_left .chos label{
    color: #ccc
}
.icon_up_1,.icon_up_2,.icon_numone,.icon_numsec{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 16px 0px 0px 10px;
    float: left;
}
.icon_up_1{
    background:url(../../images/icon_up_1.png)center center no-repeat ;
    background-size: contain;
}
.icon_up_2{
    background:url(../../images/icon_up_2.png)center center no-repeat ;
    background-size: contain;
}
.icon_numone{
    background:url(../../images/devicepc_1.png)center center no-repeat ;
    background-size: contain;
}
.icon_numsec{
    background:url(../../images/devicepc_2.png)center center no-repeat ;
    background-size: contain;
}
.list_choose{
    width: 50%;
    float: left;
    height: 45px;
}
.choose_icon {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #CCC;
    display: inline-block;
    float: left;
    margin-top: 2px;
    border-radius: 50%;
    margin-left: 28%;
    line-height: 60px;
}
.choose_icon input {
    opacity: 0;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.choose_icon span {
    width: 10px;
    height: 10px;
    position: absolute;
    background: transparent;
    top: 5px;
    left: 5px;
    z-index: 100;
    border-radius: 50%;
}
.choosed .choose_icon{
    border: 1px solid #587ed1;
}
.choosed .choose_icon span{
    background: #587ed1;
}
.choosed label{
    color: rgba(88, 126, 209, 1);
}
.list_choose label,
.list_ch_up label{
    margin-left: 10px;
    margin-right: 0;
    float: left;
    line-height: 47px;
    left: 0;
    top: 0;
    width: 90px;
    height: 19px;
    font-size: 14px;
}
.list_choose_icon {
    position: relative;
    border: 1px solid #CCC;
    display: inline-block;
    float: left;
    border-radius: 50%;
    line-height: 60px;
    margin-left: 3px;
    margin-top: 10px;
    margin-right: 5px;
    width: 13px;
    height: 13px;
}
.sj_litt{
    display: inline-block;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #777777;
    margin: 1px -6px -1px 15px;
}
.chos .sj_litt{
    border-top: 6px solid #ccc;
    border-left: 6px solid transparent;
    margin-bottom: -4px;
}*/
@media screen and (max-width:800px)  {
    .address_name {
        width: 144px;
        height: 33px;
        color: rgba(117, 117, 117, 1);
        font-size: 18px;
        margin-left: 20px;
        line-height: 50px;
    }
    .test_btn {
        width: 90px;
        height: 26px;
        padding: 8px;
        border-radius: 45px;
        color: rgba(16, 16, 16, 1);
        font-size: 16px;
        text-align: center;
        border: 1px solid rgba(98, 138, 227, 1);
        display: inline-block;
        margin-left: 0;
    }
    .resist_btn {
        width: 90px;
        height: 26px;
        padding: 8px;
        border-radius: 38px;
        background-color: rgba(158, 182, 236, 1);
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        text-align: center;
        border: 1px solid rgba(98, 138, 227, 1);
        display: inline-block;
        margin-left: 20px;
    }

}
