﻿@charset "utf-8";
body{
    font-family: "Microsoft YaHei";
}
a{
    text-decoration: none;
}
.tk{
    position: fixed;
    top:50%;
    left: 50%;
    margin-left: -216px;
    margin-top: -250px;
    z-index: 111111;
    background:#fff;
    width:398px;
    height:438px;
}
.tk .close_tk,.tk_cw .close_tk{
    background: url("../images/resclose_1.png") no-repeat;
    width: 20px;
    height: 20px;
    top: 8px;
    right:8px;
    cursor: pointer;
}

.tk .sorry{
    margin:7px auto 5px;
}

.sorry{
    color:#363636;
    font-size:30px;
    margin:7px auto 24px;
    width:100%;
    text-align: center;
}
.tk_cont h2{
    width:276px;
    text-align: center;
    font-size: 22px;
    color: #808080;
}
.mb20{
    margin-bottom: 20px;
}
.tk_cont img{
    display: inline-block;
}
.tk_bottom{
    text-align: left;
    width:308px;
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    margin-top:17px;
}
.tk_bottom span{
    color: #d90617;
    font-weight: bold;
}

/*<!--错误提示-->*/
.tk_cw{
    position: fixed;
    top:50%;
    left: 50%;
    margin-left: -216px;
    margin-top: -250px;
    z-index: 111111;
    background:#fff;
    width:398px;
    height:438px;
    text-align: center;
}
.tkBox .tk_cw_cont{
    text-align: center;
    width:100%;
    height:97px;
    padding-top:42px;
}

.tk_cw h2{
    width:222px;
    font-size: 22px;
    color: #cf0b19;
    line-height: 36px;
    text-align: center;
}
.tk_cw_btn a{
    position: absolute;
	display:inline-block;
	width:290px;
	height:59px;
    cursor: pointer;
	line-height:50px;
	color:#ffffff;
	font-size:22px;
    left:0;
    right:0;
    bottom:49px;
    margin:0 auto;
    background:url(../images/resbtn.png) no-repeat center center ;
}

.tkBox{
    position: relative;
    width:398px;
    height:438px;
    background:#fff;
    border-radius: 6px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background:url(../images/overbg.png) ;
}
/*.tk_cw_btn a:hover{*/
	/*box-shadow:0 0 10px #ff4943;*/
/*}*/