
.TB_window2 {
    color: #333333;
    border-radius: 6px;
    padding: 30px;
    box-sizing: border-box;
}
.TB_window2 a {
    cursor: pointer;
}

.TB_window2 a:link {
    color: #3367D6;
}

.TB_window2 a:visited {
    color: #3367D6;
}

.TB_window2 a:hover {
    color: #3367D6;
}

.TB_window2 a:active {
    color: #666666;
}

.TB_window2 a:focus {
    color: #666666;
}

.TB_window2 i.guanbi:hover {
    background: #EEEEEE;
    border-radius: 50%;
    color: #383A40;
}
.TB_window2 {
    position: fixed;
    z-index: 999999;
    color: #000000;
    display: none;
    border-style: solid;
    background-color: #fff;
    border-color: #fff;
    text-align: left;
    /*top: 46%;*/
    /*left: 50%;*/
    /*padding: 1px;*/
}
.TB_window2 img#TB_Image {
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

.TB_window2 .but_div {
    padding-bottom: 0;
}
.alert_title i.guanbi{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right:0;
    top: -6px;
    cursor: pointer;
    font-size: 16px;
    color: #999CAB;
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #999CAB;
}
@font-face {
    font-family: 'iconfont';  /* project id 2346455 */
    src: url('./iconfont/font_2346455_tryyur8wy1.eot');
    src: url('./iconfont/font_2346455_tryyur8wy1.eot?#iefix') format('embedded-opentype'),
    url('./iconfont/font_2346455_tryyur8wy1.woff') format('woff'),
    url('./iconfont/font_2346455_tryyur8wy1.ttf') format('truetype'),
    url('./iconfont/font_2346455_tryyur8wy1.svg#iconfont') format('svg');
}
.alert_title{
    position: relative;
    border-bottom: 1px solid #F1F2F4;
    padding-bottom: 16px;
}
.alert_title label{
    font-size: 18px;
    color: #383A40;
    font-weight: bold;
}
.mask-alert i.guanbi,
.alert_title i.guanbi{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right:0;
    top: -6px;
    cursor: pointer;
    font-size: 16px;
    color: #999CAB;
}
.mask-alert i.guanbi{
    right: -13px;
    top:-12px;
}
.alert i.guanbi:hover{
    background: #EEEEEE;
    border-radius: 50%;
    color: #383A40;
}
/*内容容器*/
.alert_contents{
    margin:32px 0 0;
}
.alert_contents.limit_h{
    max-height: 600px;
    overflow-y: auto;
    padding-right: 30px;
    box-sizing: border-box;
}
/*按钮*/
.mask-alert .alert_btn{
    border-top:0;
}
.alert_btn{
    border-top:1px solid #F1F2F4;
    padding-top:16px;
    display: flex;
    justify-content: flex-end;
    margin-top:40px;
}
.alert_btn a{
    margin-left: 10px;
}