.hw-header {
    width: 100%;
    height: auto;
    background: #fafafa;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
}
.hw-header .top {
    height: 36px;
    line-height: 36px;
    background: #313131;
    font-size: 12px;
    color: #ffffff;
}
.hw-header .top ul li {
    float: left;
    padding: 0 20px;
    background: url('../images/topline.jpg') right center no-repeat;
}
.hw-header .top ul li a{
    color: #ffffff;
}
.hw-header .top ul li a:hover{
    color: #d2d2d2;
}
.hw-header .top ul li:last-child {
    padding-right: 0px;
    background: none;
}
.hw-header .top ul li.account{
    background: none;
    position: relative;
}
.hw-header .top ul li.account span{
    float: left;
    margin-right: 10px;
}
.hw-header .top ul li.account i{
    display:inline-block;
    width: 10px;
    height:36px;
    background: url('../images/down.png') center no-repeat
}
.hw-header .top ul li.account .box{
    width: 100%;
    height: auto;
    background: #ffffff;
    position: absolute;
    left: 0px;
    top: 36px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 10;
}
.hw-header .top ul li.account .box a{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #313131;
    text-align: center;
}
.hw-header .top ul li.account .box a:hover{
    background: #f5f5f5;
    color:#b9a37f;
}
.hw-header .top ul li.account:hover{
    background: #ffffff;
}
.hw-header .top ul li.account:hover span{
     color:#b9a37f;
}
.hw-header .top ul li.account:hover i{
     background: url('../images/down2.png') center no-repeat
}
.hw-header .middle {
    height: 120px;
    padding-top: 40px;
}
.hw-header .middle .fr{
    position: relative;
}
.hw-header .middle .logo {
    float: left;
    margin-right:140px;
}
.hw-header .middle .logo img{
    display: block;
    width: 202px;
    height: 43px;
}
.hw-header .middle .search {
    float: left;
	padding-top: 6px;
}
.hw-header .middle .search input[type="reset"] {
    display: block;
    width: 14px;
    height: 20px;
    border: none;
    background: url('../images/close.png') center no-repeat;
    float: left;
    margin-right: 20px;
	
}
.hw-header .middle .search .search-box {
    width: 260px;
    float: left;
    margin-right: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    /* border-bottom: 1px solid #D8CEBC; */
}
.hw-header .middle .search .search-box input[type="text"] {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #999999;
    float: left;
    margin: 3.5px;
    caret-color:#313131;
    border: none;
    outline: none;
	background: #fafafa;
   
}
.hw-header .middle .search .search-box .search-list{
    position: absolute;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    font-size: 14px;
    opacity: 0;
    top:30px;
    width:280px;
    transition: opacity .1s ease-out;
}
.hw-header .middle .search .search-box .search-list ul li{
    height: 26px;
    line-height: 26px;
}
.hw-header .middle .search .search-box .search-list ul li a{
    display: block;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
}
.hw-header .middle .search .search-box .search-list ul li.hot a{
    color: #b4282d;
}
.hw-header .middle .search .search-box .search-list ul li a:hover{
    background: #f7f4ef
}
.hw-header .middle .search input[type="submit"] {
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    float: left;
    background: url('../images/search.png') center no-repeat;
	margin-top: 2px;
}
.hw-header .middle .notice {
    float: left;
    padding-right: 10px;
	padding-top:10px;
}
.hw-header .middle .notice a{
    display: block;
    width: 25px;
    height: 24px;
    float: left;
    margin-left: 30px;
    position: relative;
}
.hw-header .middle .notice  img{
    display: block;
    width: auto;
    height: 24px;
    margin: 0 auto;
}
.hw-header .middle .notice  span{
    display: block;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    border-radius: 16px;
    background: #e53939;
    position: absolute;
    top: -9px;
    right: -9px;
    color: #ffffff;
}
.hw-header .nav{
    height: 38px;
	background: #fff;
}
.hw-header .nav .navbar {
    width: 190px;
    height: 38px;
    position: relative;
    float: left;
    margin-right: 50px;
}
.hw-header .nav .navbar h3 {
    width: 190px;
    height: 38px;
    line-height: 38px;
    background: #b9a37f;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
}
.hw-header .nav .navbar .navbar-box {
    width: 190px;
    height: 460px;
    background: #313131;
}
.hw-header .nav .navbar .navbar-box p {
    font-size: 12px;
    color: #a5a5a5;
    height:60px;
    padding: 14px 25px 0px 25px;
    text-align:center;
}
.hw-header .nav .navbar .navbar-sider dl {
    height: 88px;
    padding: 12px 25px 0px 14px;
    overflow:hidden;
	margin-bottom: 12px
}
.hw-header .nav .navbar .navbar-sider dl .box{
    height: 42px;
    overflow: hidden;
}
.hw-header .nav .navbar .navbar-sider dl dt {
    display: block;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    margin-bottom: 12px;
    background: url('../images/dt_bg.png') right center no-repeat;
	padding-left: 4px;
}
.hw-header .nav .navbar .navbar-sider dl dt a {
    color: #ffffff;
    font-weight: 700;
}
.hw-header .nav .navbar .navbar-sider dl dt::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
}
.hw-header .nav .navbar .navbar-sider dl:nth-child(1) dt::before {
    background: url('../images/icon1.png') no-repeat;
	padding-right: 6px;
}
.hw-header .nav .navbar .navbar-sider dl:nth-child(2) dt::before {
    background: url('../images/icon2.png') no-repeat;
	padding-right: 6px;
}
.hw-header .nav .navbar .navbar-sider dl:nth-child(3) dt::before {
    background: url('../images/icon3.png') no-repeat;
	padding-right: 6px;
}
.hw-header .nav .navbar .navbar-sider dl:nth-child(4) dt::before {
    background: url('../images/icon4.png') no-repeat;
	padding-right: 6px;
}
.hw-header .nav .navbar .navbar-sider dl dd {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 6px;
    margin-bottom: 6px;
    float: left;
    background: url('../images/dd_bg.jpg') right center no-repeat;
    overflow: hidden;
}
.hw-header .nav .navbar .navbar-sider dl dd a {
    font-size: 12px;
    color: #e6e6e6;
}
.hw-header .nav .navbar .navbar-sider dl.active{
    background: #ffffff;
}
.hw-header .nav .navbar .navbar-sider dl.active:nth-child(1) dt::before {
    background: url('../images/iconactive1.png') no-repeat;
}
.hw-header .nav .navbar .navbar-sider dl.active:nth-child(2) dt::before {
    background: url('../images/iconactive2.png') no-repeat;
}
.hw-header .nav .navbar .navbar-sider dl.active:nth-child(3) dt::before {
    background: url('../images/iconactive3.png') no-repeat;
}
.hw-header .nav .navbar .navbar-sider dl.active:nth-child(4) dt::before {
    background: url('../images/iconactive4.png') no-repeat;
}
.hw-header .nav .navbar .navbar-sider dl.active dt{
     background: url('../images/dt_bg2.png') right center no-repeat;
}
.hw-header .nav .navbar .navbar-sider dl.active dt a{
    color: #b9a37f;
}
.hw-header .nav .navbar .navbar-sider dl.active dd{
    background: url('../images/dd_bg2.jpg') right center no-repeat;
}
.hw-header .nav .navbar .navbar-sider dl.active dd a{
    color: #313131;
}
.hw-header .nav .navbar .navbar-sider dl.active dd a:hover{
    color: #b9a37f;
}
/* .hw-header .nav .navbar .navbar-sider dl dd:nth-child(3n+1) {
    background: none;
}
 */
.hw-header .nav .navbar .navbar-parent {
    position: absolute;
    top: 38px;
    left: 190px;
    border-top: 1px solid #e6e6e6;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.hw-header .nav .navbar .navbar-parent .navbar-cat{
    display: none;
}
.hw-header .nav .navbar .navbar-parent .navbar-item {
    width: 120px;
    height: 460px;
    padding: 14px 0px 14px 30px;
    background: #ffffff;
    float: left;
}
.hw-header .nav .navbar .navbar-parent .navbar-item a{
    font-size: 12px;
    color: #313131;
    display: block;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hw-header .nav .navbar .navbar-parent .navbar-item a:hover{
    color: #b9a37f;
}
.hw-header .nav .navcontent {
    float: left;
}
.hw-header .nav .navcontent ul {
}
.hw-header .nav .navcontent ul li {
    float: left;
    font-size: 14px;
    line-height: 38px;
    font-weight: bold;
    margin-right: 55px;
}
.hw-header .nav .navcontent ul li a {
    color: #313131;
}
.hw-header .nav .navcontent ul li a:hover, .hw-header .nav .navcontent ul li.active a {
    color: #b9a37f;
}
.hw-header .nav .navvip {
    width: 127px;
    height: 38px;
    line-height: 38px;
    background:#bdbdbd;
    text-align: center;
}
.hw-header .nav .navvip a {
    display: block;
    font-size: 14px;
    color: #2b2b2b;
    font-weight: bold;
}
.hw-header2{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #313131;
    position: fixed;
    top: 0;
    z-index: 999999;
    animation: mymove .5s;
    display: none;
}
@keyframes mymove
{
    from {top:-40px;}
    to {top:0px;}
}
@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {top:-40px;}
    to {top:0px;}
}
.hw-header2 .logo{
    float: left;
    margin-right:60px;
}
.hw-header2 .logo img{
    width:94px;
    height:20px;
    margin-top: 10px;
}
.hw-header2 .nav{
    float: left;
}
.hw-header2 .nav ul li{
    float: left;
    margin-right: 40px;
}
.hw-header2 .nav ul li a{
    font-size: 14px;
    color: #ffffff;
}
.hw-header2 .nav ul li a:hover,.hw-header2 .nav ul li.active a{
    color: #d2d2d2;
}
.hw-header2 .join{
    float: left;
    margin-right: 60px;
}
.hw-header2 .join a{
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
    padding: 0 18px;
    background: url('../images/topline.jpg') left center no-repeat;
}
.hw-header2 .join a:hover{
     color: #d2d2d2;
    font-weight: bold;
}
.hw-header2 .join a:first-child{
    background: none;
}
.hw-header2 .notice{
    height: 40px;
    float: left;
    padding-right: 10px;
}
.hw-header2 .notice a{
    float: left;
    height:40px;
    position: relative;
}
.hw-header2 .notice .account{
    display: inline-block;
    float: left;
    height:40px;
    position: relative;
    padding: 0 40px;
}
.hw-header2 .notice .account .box{
    width: 100%;
    height: auto;
    background: #3c3c3c;
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 2;
    padding:6px 0 6px 0;
    display: none;
}
.hw-header2 .notice .account .box a{
    display:block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}
.hw-header2 .notice .account .box a:hover{
    background: #313131;
    color: #ffffff;
}
.hw-header2 .notice a.pdf{
    margin-right: 40px;
}
.hw-header2 .notice img{
    display: block;
    width: 20px;
    height: 20px;
    margin-top:10px;
}
.hw-header2 .notice a span{
    display: block;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    border-radius: 16px;
    background: #e53939;
    position: absolute;
    top: 3px;
    right: -9px;
    color: #ffffff; 
}
.hw-msg {
    width: 100%;
    background:rgba(245,242,238,0.9);
    position: fixed;
    left: 0px;
    bottom:0px;
    height: 60px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    z-index: 100;
}
.hw-msg .box {
    width: 915px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 100;
}
.hw-msg .box img {
    position: absolute;
    left: 0px;
    top:-25px;
}
.hw-msg .box p {
    font-size: 16px;
    line-height: 60px;
    color: #313131;
}
.hw-msg .box a {
    display: inline-block;
    width: 165px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 415px;
    top: 12px;
    text-align: center;
    color: #ffffff;
    background: #313131;
    border-radius: 20px;
    overflow: hidden;
}
.hw-msg .box a:hover{
    background: #414141
}
.hw-msg .box .close {
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("http://www.haowuyunji.com/template/pc/css/../images/close2.png") no-repeat;
    top: 10px;
    right: 0px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.hw-msg .box .close:hover{
    transform: rotate(360deg);
}
.hw-msg .form{
    width: 800px;
    height: 240px;
    background: #ffffff;
    margin: 0 auto;
    padding:30px 100px;
}
.hw-msg .form ul li{
    width: 280px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    overflow: hidden;
}
.hw-msg .form ul li:nth-child(odd){
    float: left;
}
.hw-msg .form ul li:nth-child(even){
    float:right;
}
.hw-msg .form ul li span{
    display: block;
    width: 100px;
    float: left;
    font-size: 14px;
    color: #313131;
}
.hw-msg .form ul li span font{
    color: #fe6910;
}
.hw-msg .form ul li input,.hw-msg .form ul li select{
    display: block;
    width: 180px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #eeeeee;
    float: right;
    padding: 0 12px;
    outline: none;
}
.hw-msg .form ul li a{
    display: block;
    width: 180px;
    height: 35px;
     line-height: 35px;
    text-align:center;
    background: #313131;
    font-size: 14px;
    color: #ffffff;
    float: right;
}
.hw-msg .form ul li a:hover{
    background: #414141;
}



.hw-footer {
    height: 327px;
    padding-top: 74px;
    background: #313131;
}
.hw-footer .fl .foot-nav dl {
    float: left;
    margin-right: 100px;
}
.hw-footer .fl .foot-nav dl dt {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}
.hw-footer .fl .foot-nav dl dd {
    margin-bottom: 8px;
}
.hw-footer .fl .foot-nav dl dd a {
    font-size: 12px;
    color: #787878;
}
.hw-footer .fl .foot-nav dl dd a:hover{
    color: #ffffff;
}
.hw-footer .fl .foot-nav .wechat {
    padding-left: 100px;
    border-left: 1px solid #ffffff;
    float: left;
}
.hw-footer .fl .foot-nav .wechat p{
    width: 14px;
    color: #ffffff;
    height: 100px;
    line-height: 12px;
    font-size: 12px;
    float: left;
    margin-right: 20px;
}
.hw-footer .fl .foot-nav .wechat img {
    display: block;
    width: 100px;
    height: 100px;
    float: left;
}
.hw-footer .fl .copyright {
    margin-top: 50px;
}
.hw-footer .fl .copyright p {
    font-size: 12px;
    color: #7b7c89;
}
.hw-footer .fr {
    color: #ffffff;
    padding-left: 100px;
    border-left: 1px solid #ffffff;
    text-align: right;
}
.hw-footer .fr img {
    width: 170px;
    height: 36px;
}
.hw-footer .fr h3 {
    font-size: 22px;
    margin-top: 28px;
}
.hw-footer .fr span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.hw-footer .fr .online{
    display: inline-block;
    width: 170px;
    height: 30px;
    border: 1px solid #ffffff;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    margin-top: 28px;
    transition: all 0.4s ease-in-out;
}
.hw-footer .fr .online:hover{
    background: #ffffff;
    color: #313131;
}
#pages {
    padding: 20px 0 40px 0;
}
#pages ul {
    text-align: center;
}
#pages ul li {
    margin-right: 15px;
    display: inline;
}
#pages ul li a {
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    color: #919191;
    font-size: 14px;
    overflow: hidden;
}
#pages ul li a:hover,#pages ul .active a {
    background-color: #313131;
    border: 1px solid #313131;
    color: #ffffff;
}
#pages ul .page-nav-prev a {
    padding-left: 30px;
    background: url('../images/prev.png') 15px center no-repeat;
}
#pages ul .page-nav-next a {
    padding-right: 30px;
    background: url('../images/next.png') right 15px center no-repeat;
}
#pages ul .page_txt {
    font-size: 14px;
    color: #919191;
}
#pages ul .page_txt font {
    color: #b9a37f;
    margin: 0 5px;
}
#pages ul .page_input {
    font-size: 14px;
    color: #919191;
}
#pages ul .page_input input {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #919191;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #e6e6e6;
}
#pages ul .page_input button {
    display: inline-block;
    width: 55px;
    height: 35px;
    border: 1px solid #313131;
    text-align: center;
    line-height: 35px;
    color: #313131;
    margin-left: 20px;
    border-radius: 3px;
    background: none;
    cursor: pointer;
}

.hw-pages-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hw-pages-banner .box {
    display: block;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -960px;
    overflow: hidden;
    text-align: center;
    width: 1920px;
}
.hw-pages-banner .box img {
    display: block;
    width: 1920px;
}
/*img.lazy { 
    min-height: 10px;
    background: url('../images/loading.gif') no-repeat center;
}*/
.dzzx-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999999;
    display: none;
}
.dzzx-box .show{
    visibility: visible;
}
.dzzx-box .box{
    width: 800px;
    height:382px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.dzzx-box.show .box{
    transform: translate(-50%,-50%);
    opacity: 1;
}
.dzzx-box .box .close{
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/mess_close.png") no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.dzzx-box .box .title{
    height: 100px;
    padding-top: 46px;
    text-align: center;
    position: relative;
}
.dzzx-box .box .title h3{
    font-size: 26px;
    color: #000000;
}
.dzzx-box .box .title p{
    font-size: 14px;
    color: #919191;
    margin-top: 10px;
}
.dzzx-box .box .form{
    width: 800px;
    height: 280px;
    background: #ffffff;
    margin: 0 auto;
    padding:48px 100px;
}
.dzzx-box .box .form ul li{
    width: 280px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    overflow: hidden;
}
.dzzx-box .box .form ul li:nth-child(odd){
    float: left;
}
.dzzx-box .box .form ul li:nth-child(even){
    float:right;
}
.dzzx-box .box .form ul li span{
    display: block;
    width: 100px;
    float: left;
    font-size: 14px;
    color: #313131;
}
.dzzx-box .box .form ul li span font{
    color: #fe6910;
}
.dzzx-box .box .form ul li input,.dzzx-box .box .form ul li select{
    display: block;
    width: 180px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #eeeeee;
    float: right;
    padding: 0 12px;
    outline: none;
}
.dzzx-box .box .form ul li a{
    display: block;
    width: 180px;
    height: 35px;
     line-height: 35px;
    text-align:center;
    background: #313131;
    font-size: 14px;
    color: #ffffff;
    float: right;
}
.dzzx-box .box .form ul li a:hover{
    background: #414141;
}

.mess_Box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999999;
}
.mess_Box .show{
    visibility: visible;
}
.mess_Box .D_Box{
    width: 520px;
    height:280px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0.7);
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.mess_Box.show .D_Box{
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.mess_Box .D_Box>h3{
    height: 45px;
    padding: 0 30px;
    position: relative;
}
.mess_Box .D_Box>h3 i{
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/mess_close.png") no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}
.mess_Box .D_Box .txt{
    width: 200px;
    margin: 0 auto;
}
.mess_Box .D_Box .txt>div{
    height: 120px;
    position: relative;
}
.mess_Box .D_Box .txt>div>div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.mess_Box .D_Box .txt>div>.fr{
    left: 72px;
}
.mess_Box .D_Box .txt>div>.fl{
    left:0;
}
.mess_Box .D_Box .txt .icon_yes{
    width: 54px;
    height: 54px;
    background: url("../images/mess_yes.png") no-repeat;
}
.mess_Box .D_Box .txt .icon_no{
    width: 54px;
    height: 54px;
    background: url("../images/mess_no.png") no-repeat;
}
.mess_Box .D_Box .txt>div>.fr h3{
    margin-bottom: 5px;
}
.mess_Box .D_Box .txt>a{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #313131;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
}
.mess_Box .D_Box .txt p{
    font-size: 16px;
}


.confrim_Box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999999;
}
.confrim_Box .show{
    visibility: visible;
}
.confrim_Box .box{
    width:520px;
    height:280px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0.7);
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.confrim_Box.show .box{
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.confrim_Box .box>h3{
    height: 45px;
    padding: 0 30px;  
    position: relative;
}
.confrim_Box .box>h3 i{
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/mess_close.png") no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.confrim_Box .box .txt{
    width: 300px;
    margin: 0 auto;
}
.confrim_Box .box .txt>div.clear{
    height: 54px;
    margin:20px 0px 30px 0px;
    overflow: hidden;
}
.confrim_Box .box .txt .icon{
    width: 54px;
    height: 54px;
    background: url("../images/mess_sure.png") no-repeat;
}
.confrim_Box .box .txt .txtt{
    width:180px;
    font-size: 16px;
    height: 54px;
    position: relative;
}
.confrim_Box .box .txt .txtt p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}
.confrim_Box .box .txt .btn{

}
.confrim_Box .box .txt .btn a{
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.confrim_Box .box .txt .btn a.fl{
    background: #e3e4e5;
    color: #999;
}
.confrim_Box .box .txt .btn a.fr{
    background: #313131;
    color: #ffffff;
}
