.loginbutton{
    width: 60px;
    height: 26px;
    background: #C71522;
    border-radius: 13px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    color: #fff;
}
.loginbutton:hover{
    color: #fff;
}
.registbutton{
    background: #ccc;
    color: #333;
}
.registbutton:hover{
    color: #333;
}
.d_titlem>img{
    width:155px;
}
.d_titlem{
    bottom: 10px;
    left: 0px;
}
.d_nav{
    padding: 10px 0;
    padding-left: 160px;
}
.d_navm{
    display: flex;
    justify-content: space-between;
}
.d_top{
    height: auto;
}
.d_navm a.hover{
    border-bottom: 2px solid #C71522;
}
footer{
    background-color:#2e314d;
}

/*弹框*/
.tan_styl{
    width: 100%;
    height:100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    left:0px;
    top:0px;
    z-index: 1000;
    display: none;
}
.tan_styl>div{
    width:700px;
    height: 480px;
    position: absolute;
    left: 50%;
    top:20%;
    margin-left:-350px;

    background: #fff;
    border-radius: 5px;
}
.title_tan{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color:#C71522 ;
    font-size: 16px;
    background: #F8EEEE;
    border-radius: 5px 5px 0 0;
}
.title_tan h3{
    font-weight: 700;
}
.title_tan .cha_styl{
    font-size: 30px;
    cursor: pointer;
}
.formsub{
    margin-top:40px;
}
.formsub>div{
    display: flex;
    width:80%;
    margin:20px auto;
}
.formsub>div label{
    width:80px;
    display: block;
    text-align: right;
    margin-right:10px;
    color: #333;
    margin-top:10px;
}
.formsub>div input{
    border:none;
    width:500px;
    height:40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 10px;

    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
.formsub>div textarea{
    width:500px;
    height:160px;
    padding-left: 10px;
    padding-top: 10px;
    border:none;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
.formsub>div label span{
    color: red;
}
.formbuttom>button{
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #333;
}
.formbuttom>button:nth-of-type(1){
    background: #C71522;
    border: 1px solid #C71522;
    color: #fff;
    margin-right: 10px;
}
.formsub input[type=text]:focus, .formsub select:focus, .formsub textarea:focus {
    border-color: #C71522!important;
}

.d_yucheng{
    background: url(../images/buy/jiagou.png) no-repeat center;
    background-size: contain;
    height: 100px;
    display: block;
}
.ui-dialog-header{
    /*display: none !important;*/
}
.fontstyl{
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.ui-dialog-button>button{
outline: none !important;
}
.ui-dialog-button button:hover{
    color: #333333;
    background-color: #fff;
    border-color: #ccc;
}
.ui-dialog-footer button+button{
    margin-left: 15px;
}
.tishistyl{
    font-size: 18px;padding-left: 24px;text-align:left;
}
.tishistyl>span{
    color: #555;
}
.tishibottom{
    margin-bottom:10px;
}
.buttonqq_styl{
    color: #C71522;
    border-radius: 5px;
    background: #F9E7E8;
    border: 1px solid #ED6D76;
    font-size: 14px;
    width: 80px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
}