.contract{
    width: 100%;
    height: 280px;
    background-image: url("/common/static/index/contract_bg_img.png");
    background-position: center center;
}
.contract-use-num{
    width:660px;
    text-align: center;
    font-size:30px;
    font-weight:400;
    color:rgba(255,255,255,1);
    padding-top: 69px;
    margin: 0 auto;
}
.contract-content{
    width: 1200px;
    margin: 55px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contract-content-desc{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contract-content-person{
    width: 300px;
    height: 50px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contract-person-tv{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:50px;
    padding-left: 20px;
    flex-shrink: 0;
}
.contract-person-tv:after{
    content: "*";
    margin-left: 2px;
    color:#EC1B24;
    font-size:14px;
}
.contract-content-input{
    flex: 1;
    height: 100%;
    background:none;
    outline:none;
    border:none;
    font-size:17px;
    color: #111111;
    margin-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
contract-content-input:focus{
    border:none;
}
.contract-margin20{
    margin-left: 20px;
}
.contract-select{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contract-select-title{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:50px;
    margin-right: 20px;
}
.contract-select-check{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:50px;
    margin-left: 8px;
    cursor: pointer;
}
.contract-select-radio{
    margin-top: -1.5px;
    cursor: pointer;
}
input[type=radio] {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    outline: 0 !important;
    border-radius: 20px;
}

input[type=radio]:after {
    content: "";
    display:inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
}

input[type=radio]:checked:after {
    background-color: #FFFFFF;
}
.contract-select-use{
    width:280px;
    height:46px;
    border:2px solid rgba(255,255,255,1);
    font-size:17px;
    margin-left: 20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:50px;
    text-align: center;
    cursor: pointer;
}