* {
    padding: 0;
    margin: 0;
}

textarea {
    outline: none;
}

.content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.current_location {

    margin: 20px 0;
    height: 20px;
}

.current_location span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(140, 140, 140, 1);
}

.current_location a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.current_location :nth-child(5):hover {
    color: rgba(16, 187, 184, 1);
}

.details_lf {
    width: 774px;
   
    padding: 30px 30px 40px 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    float: left;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.details_title {
    width: 57px;
    height: 24px;
    background: #274A9E;
    border-radius: 2px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 254, 254, 1);
    line-height: 24px;
    padding-left: 11px;
}

.details_h1 {
    width: 760px;
    height: 34px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(38, 38, 38, 1);
    line-height: 34px;
    margin-top: 12px;
}

.details_sup {
    margin-top: 10px;
    position: relative;
}

.details_list {
    width: 100%;
    height: 18px;
}

.details_list li {
    float: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(140, 140, 140, 1);
    margin-left: 25px;
    line-height: 18px;
}

.details_list :nth-child(1) {
    margin-left: 0;
}

.details_list li img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
}

.deatils_share a {
    width: 48px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(16, 187, 184, 1);
    /* line-height:34px; */
}

.deatils_share img {
    margin-right: 4px;
    vertical-align: middle;
}

.details_inter {
    margin-top: 36px;
    width: 759px;
    line-height: 24px;
}

.details_inter p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(89, 89, 89, 1)
}

.details_inter_p2 {
    margin-top: 35px;
}

.details_inter_p3 {
    margin-top: 35px;
}

.details_inter_p4 {
    margin-top: 35px;
}

.details_inter_hbox {
    margin-top: 40px;
    width: 774px;
    background:rgba(255,255,255,1);
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.details_inter_p5 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(38, 38, 38, 1);
}

.details_inter_p6 {
    width: 770px;
    line-height: 22px;
    margin-top: 21px;
}

.details_inter_p9 {
    margin-top: 35px;
}

.details_inter_p0 {
    margin-top: 35px;
    margin-bottom: 40px;
}

.details_inter_p7 {
    margin-top: 20px;
}

.details_inter_p7 a {
    color: rgba(38, 38, 38, 1);
}

.details_inter_p8 {
    margin-top: 26px;
}

.details_inter_p8 a {
    color: #274A9E;
}

.details_foot {
    width: 770px;
    height: 96px;
    border-left: 4px solid #274A9E;
    margin-top: 40px;

}

.details_foot_cont {
    width: 770px;
    height: 96px;
    background-color: #f3fcfb;
    border-radius: 6px;
}

.details_foot_cont h6 {
    display: inline-block;
    width: 100%;
    height: 20px;
    margin-left: 16px;
    margin-top: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
}

.details_foot_p {
    display: inline-block;
    /* width: 702px; */
    height: 32px;
    margin-top: 11px;
    margin-left: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(140, 140, 140, 1);
    line-height: 18px;
}

.details_rt {
    float: right;
    top: 0;
    right: 0;
    width: 346px;
}

.clear_box {
    content: "";
    width: 0;
    height: 0;
    clear: both;
}


.counsel-right {
    /* float: right; */
    width: 346px;
    height: 450px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 0 22px;
    box-sizing: border-box;
}
.counsel-right1 {
    /* float: right; */
    width: 346px;
    height: 450px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 0 22px;
    box-sizing: border-box;
}
.counsel-right .counsel-title {
    height: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    position: relative;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 20px;
}

.counsel-right .counsel-title::after {
    position: absolute;
    content: '';
    width: 3px;
    top: 22px;
    height: 20px;
    background: #274A9E;
    left: 0px;
}

.counsel-right .item-area {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 4px;
    margin-top: 20px;
    width: 300px;
    height: 110px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 4px;
    overflow: hidden;
}

.counsel-right .item-area textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    resize: none;
    padding: 10px;
}

.counsel-right .item-text {
    width: 300px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 4px;
    margin-top: 10px;
    position: relative;

}

.counsel-right .item-text textarea {
    border: none;
}

.counsel-right .item-text input,.counsel-right .item-text select{
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding-left: 10px;
    border: none;
    font-size: 12px;
    border-radius: 4px;
    
}

.counsel-right .item-text > button{
    position: absolute;
    right: 0;
    top: 11px;
    width: 84px;
    color: #274A9E;
    font-size: 12px;
    background: none;
    text-align: center;
    cursor: pointer;
    border:none
}

.counsel-right1 .item-text > button{
    position: absolute;
    right: 0;
    top: 11px;
    width: 84px;
    color: #274A9E;
    font-size: 12px;
    background: none;
    text-align: center;
    cursor: pointer;
    border:none
}

.counsel-right form > button {
    width: 300px;
    height: 40px;
    background: #274A9E;
    border-radius: 4px;
    color: #fff;
    border: none;
    margin-top: 16px;
}

.counsel-right1 div > button {
    width: 300px;
    height: 40px;
    background: #274A9E;
    border-radius: 4px;
    color: #fff;
    border: none;
    margin-top: 16px;
}
.details_rt_cent {
    margin-top: 20px;
    width: 306px;
    /* height: 368px; */
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 20px;
    position: relative;
}

.details_rt_cent_titel h5 {
    display: inline-block;
    width: 120px;
    height: 22px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(89, 89, 89, 1);
    line-height: 22px;
}

.contract-template-list span {
    display: inline-table;
    width: 6px;
    height: 6px;
    background: rgba(229, 229, 229, 1);
    vertical-align: middle;
    transform: rotate(45deg);
}

.contract-template-list li {
    max-width: 280px;
    height: 25px;
    margin: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.contract-template-list li a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(89, 89, 89, 1);
    line-height: 22px;

}

.contract-template-list li a:hover {
    color: rgba(16, 187, 184, 1);
}

.reminder {
    margin-top: 20px;
    width: 296px;
    height: 158px;
    background: rgba(236, 243, 253, 1);
    border: 1px solid #274A9E;
    opacity: 0.8;
    border-radius: 6px;
    padding: 20px 29px 20px 19px;
}

.reminder h4 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(38, 38, 38, 1);
    line-height: 22px;
}

.reminder p {
    margin-top: 10px;
    width: 299px;
    height: 123px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(89, 89, 89, 1);
    line-height: 22px;
}

.details_rt_foot {
    margin-top: 18px;
    width: 346px;
    height: 230px;
    /*background: url(../images/pic_adimg.png);*/
    border-radius: 6px;
}

.no-login {
    width: 100%;
    height: 80px;
    font-size: 16px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(140, 140, 140, 1);
    line-height: 80px;
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
    position: absolute;
    bottom: 0px;
    padding-top: 100px;
}

.no-login span a {
    color: #274A9E;
}
.layui-layer-content{
	color: #FFFFFF;
	background: rgba(0,0,0,0.75);
	padding: 10px 15px;
}