﻿#main-frame .main-content {
    width:1200px;
    margin: 0 auto;
    padding: 10px 0 40px;
}

#address-frame li {
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    margin: 0 2px;
}

#address-frame {
    padding-bottom: 10px;
}

#left-frame {
    width: 900px;
    padding: 0 19px;
    border: 1px #eee solid;
    margin: 0 auto;
}

#right-frame {
    float: right;
    width: 280px;
}

#article-frame .article-head {
    padding: 55px 0 40px;
}

#article-frame .title-div {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
}

#article-frame .article-about {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
}

    #article-frame .article-about span {
        margin-right: 4px;
    }

#article-frame .article-content {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding-bottom: 50px;
}

#fixedLayer {
    position: fixed;
    right: 0px;
    top: 300px;
    width: 20px;
    height: 100px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    background: #0c73c2;
    border-radius: 4px;
}

li {
    line-height: 40px;
    display: flex;
}

.li-left {
    float: left;
    width: 120px;
    font-size: 13px;
    color: #666;
    text-align: right;
}
.li-right{
    width:305px;
    float:right;
}
.li-right input[type=text] {
    font-size: 12px;
    color: #666;
    padding: 5px 9px;
    border: 1px #ddd solid;
    width: 200px;
    margin-left: -80px;
}

    .li-right select {
        width: 215px;
        height: 26px;
        font-size: 12px;
        color: #666;
        border: 1px #ddd solid;
        margin-left: -80px;
    }
/*标准*/

    #li-right input[type=checkbox] {
        display: none;
    }
    #li-right label {
        display: block;
        width: 210px;
        line-height: 30px;
        background-color: #B0B3B4;
        border-radius: 5px;
        margin-right: 15px;
        transition: all .3s;
        text-align: left;
        padding-left:10px;
        cursor: pointer;
        color: #fff;
        margin-bottom: 5px;
    }




.li-right textarea {
    width: 200px;
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding: 5px 9px;
    border: 1px #ddd solid;
    resize: none;
    margin-left:-80px;
    margin-top:5px;
}

li span {
    color: #ff0000;
}
li .mr{
    margin-right:-44px;
}

a {
    text-decoration: none;
}

.main-content {
    line-height: 24px;
}

.button-div {
    margin-left: 104px;
    display:table;
}

    .button-div a {
        display: block;
        width: 250px;
        font-size: 14px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        background: #0c73c2;
        border-radius: 4px;
    }
.li-right #limo_zc input[type=radio],
.li-right #huangunmo_zc input[type=radio],
.li-right #touqimo_zc input[type=radio],
.li-right #qingzhi_zc input[type=radio] {
    display: none;
}

    .li-right #limo_zc input[type=radio]:checked + label,
    .li-right #huangunmo_zc input[type=radio]:checked + label,
    .li-right #touqimo_zc input[type=radio]:checked + label,
    .li-right #qingzhi_zc input[type=radio]:checked + label {
        background-color: #0c73c2;
    }