@font-face {
    font-family: '方正正中黑简体'; /*这里是说明调用来的字体名字*/
    src: url('/template/1/huisuanzhang/_files/font/fzzzhjt.ttf'); /*这里是字体文件路径*/
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.searchbox input {
    outline: none;
    border: none;
}
.brand-headnav {
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}
.brand-headnav .headnav {
    font-weight: normal;
    font-size: 14px;
    line-height: 60px;
    color: #666666;
} 
.brand-headnav .headnav a {
    color: #666666;
}
.banner {
    width: 100%;
    min-width: 1200px;
    height: 420px;
    background: #2c1c61 url('/template/1/huisuanzhang/_files/images/delname/delname_bg.jpg') no-repeat center;
    background-size: cover;
}
.banner .bbox {
    width: 1200px;
    height: 420px;
    margin: 0 auto;
    position: relative;
}
.banner .bbox .tit {
    position: absolute;
    right: 0;
    top: 104px;
    font-size: 56px;
    font-family: '方正正中黑简体';
    line-height: 96px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 2px;
}
.banner .bbox .word {
    position: absolute;
    width: 592px;
    right: 0;
    top: 196px;
    font-size: 16px;
    font-family: '微软雅黑';
    line-height: 30px;
    color: #ffffff;
    font-weight: normal;
}
.searchbox {
    padding: 44px 0 5px 0;
}
.searchbox .search {
    margin: 0 auto;
    width: 896px;
    height: 58px;
    border: 2px solid #f46756;
}
.searchbox .search .name {
    margin-left: 20px;
    padding-right: 10px;
    height: 58px;
    position: relative;
}
.searchbox .search .name::after {
    content: '';
    width: 1px;
    height: 22px;
    background-color: #d2d2d2;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
}
.searchbox .search .name input {
    width: 290px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #999999;
    padding-left: 32px;
    background: #fff url('/template/1/huisuanzhang/_files/images/delname/icon-name.png') no-repeat left;
    background-size: 21px 21px;
}
.searchbox .search .card {
    margin-left: 20px;
    height: 58px;
    
}
.searchbox .search .card input {
    width: 290px;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #999999;
    padding-left: 32px;
    background: #fff url('/template/1/huisuanzhang/_files/images/delname/icon-phone.png') no-repeat left;
    background-size: 21px 21px;
}
.searchbox .search .btn {
    width: 178px;
    height: 58px;
    font-size: 18px;
    line-height: 58px;
    color: #ffffff;
    text-align: center;
    background-color: #f46756;
    cursor: pointer;
}
.searchbox .protocol {
    margin: 0 auto;
    width: 900px;
    font-size: 13px;
    font-family: '微软雅黑';
    line-height: 32px;
    color: #898f9a;
}
.searchbox .protocol p {
    padding: 30px 0 20px 0;
}
.searchbox .protocol .isty {
    color: #333333;
    line-height: 24px;
    overflow: hidden;
}
.searchbox .protocol .isty input {
    margin-top: 5px;
}
.brand-tis {
    text-align: center;
}
.brand-tis .tit,.brand-result .tit {
    font-size: 33px;
    line-height: 38px;
    color: #3e444f;
    padding: 80px 0 40px 0;
    text-align: center;
}
.brand-result{
	display: none;
}
.brand-result .head {
    width: 100%;
    height: 60px;
    background-color: #f6f4f7;
}
.brand-result .head div,.brand-result .content div {
    font-size: 14px;
    line-height: 60px;
    color: #3e444f;
}
.brand-result .head .name {
    padding-left:50px;
    width: 196px;
}
.brand-result .head .card {
    width: 228px;
}
.brand-result .head .reson {
    width: 660px;
}
.brand-result ul {
    padding-top: 30px;
    padding-left:50px;
}
.brand-result ul li.has{
	display: none;
}
.brand-result ul li {
    margin-bottom: 30px;
}
.brand-result .content .name {
    width: 196px;
    line-height: 26px;
}
.brand-result .content .card {
    width: 228px;
    line-height: 26px;
}
.brand-result .content .reson {
    width: 660px;
    line-height: 26px;
    text-align: left;
}
.brand-tis {
    padding-bottom: 120px;
}
.brand-tis p {
    font-size: 13px;
    line-height: 26px;
    color: #3e444f;
}
.hasno {
    text-align: center;
    color: #ff5a4d;
    font-size: 16px;
    line-height: 80px;
    margin-left: -50px;
    display: none;
}
.mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.mask .alert-wraper {
    position: absolute;
    width: 600px;
    height: 480px;
    top: 50%;
    margin-top: -240px;
    left: 50%;
    margin-left: -300px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 173px 70px 0 65px;
}

.mask .alert-wraper .top {
    width: 100%;
    height: 125px;
    background: url('/template/1/huisuanzhang/_files/images/delname/im_bgtc_green.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mask .alert-wraper .top .title {
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding-top: 45px;
}

.mask .alert-wraper .top .des {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.mask .alert-wraper .name-message {
    height: 54px;
    font-size: 0;
    text-align: center;
    margin-bottom: 16px;
    white-space: nowrap;
}

.mask .alert-wraper .name-message .lab {
    width: 54px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 54px;
    line-height: 54px;
    color: #3D4450;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    margin-right: 11px;
}

.mask .alert-wraper .name-message .input-wraper {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #D2D2D2;
    position: relative;
    width: 400px;
    height: 50px;
}
.mask .alert-wraper .name-message .send-message-btn{
    width: 130px;
    height: 52px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    background: #64a6fe;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.mask .alert-wraper .name-message .send-message-btn.loading{
	background: #E5E5E5;
	color: #888B93;
}
.mask .alert-wraper .name-message .yz-img-wraper{
	width: 130px;
	height: 50px;
	display: inline-block;
    vertical-align: top;
}
.mask .alert-wraper .name-message .yz-img-wraper img{
	width: 100%;
	height: 100%;
}
.mask .alert-wraper .name-message .input-wraper input {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    outline: none;
    border: 0;
    background: transparent;
    padding-left: 15px;
    font-size: 14px;
    color: #888B93;
    text-align: left;
    width: 400px;
    box-sizing: border-box;
}
.mask .alert-wraper .searh-btn {
    width: 400px;
    height: 50px;
    line-height: 50px;
    background: #04CB9A;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-left: 65px;
}

.mask .alert-wraper .close-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #ccc;
    top: -44px;
    right: -44px;
    background: url('/template/1/huisuanzhang/_files/images/delname/icon_cuole.png') no-repeat center;
    background-size: 100% 100%;
}