
.right-radio {
    display: none;
    /* position: absolute; */
    top: 0px;
    bottom: 0px;
    /* width: 100%; */
    opacity: 0;
}

.right-radio + label {
    display: inline-block;
    line-height: 20px;
    float: right;
    font-size: 14px;
    position: relative;
    /*margin-left: 15px;*/
    padding-left: 40px;
    padding-top: 10px;
    margin-left: 10px;
}

.right-radio + label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    position: absolute;
    left: 15px;
    top: 11px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.right-radio.noleft + label {
    padding-left: 24px !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
}

.right-radio.noleft + label:before {
    left: 0px !important;
}

.right-radio:checked + label:before {
    /* background: url(../../../img/wechat/good/icon_search.png) no-repeat left center; */
    background: url(../../../img/wechat/good/icon_check.png) no-repeat;
    background-size: 100% 100%;
    border: 1px solid #65BA69;
}

.section-box {
    padding: 0px 4%;
    background: #fff;
}

.company-tip {
    display: inline-block;
    /* min-width: 75px; */
    margin-right: 5px;
    /* margin-left: 4%; */
    float: left;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.address-tip {
    display: inline-block;
    min-width: 85px;
    margin-right: 5px;
    margin-left: 4%;
    float: left;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.address-input {
    line-height: 20px;
    padding: 10px 0px;
    width: calc(92% - 85px);
    width: -moz-calc(92% - 85px);
    width: -webkit-calc(92% - 85px);
    float: left;
    color: #333;
    font-size: 14px;
    background: transparent;
}

.address-select {
    display: block;
    width: calc(92% - 75px);
    width: -moz-calc(92% - 75px);
    width: -webkit-calc(92% - 75px);
    float: left;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.address-select i {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #dcdcdc;
}

.address-select.text_right {
    text-align: right;
    box-sizing: border-box;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.span-text {
    display: block;
    width: 92%;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.span-inputbox {
    width: 92%;
    margin: 0 4%;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    border: none;
    outline: none
}

.btn:hover, .btn:focus {
    color: #fff;
}

.content-box img {
    width: 100%;
    display: block !important;
    margin: 5px 0px;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}
