/*----------------------弹框-------------------------*/

.tk_content {
    padding-top: 23px;
}

.tk_item {
    text-align: center;
    padding: 15px 20px;
    letter-spacing: 2px;
    font-size: 16px;
    color: #777777;
    font-weight: 600;
}

.tk_item img {
    width: 65px;
}


.tk_item .btn_content {
    padding: 0px 15px;
    float: left;
}


.tk_item .btn_content .btn_NO {
    background-color: #777777;
    color: white;
}

.tk_item .btn_content .btn_OK {
    padding: 0px 10px;
}

.tk_item_btn {
    height: 40px;
    width: 380px;
    margin: 20px auto 0px auto;
}

.tk_title {
    font-size: 32px;
}

.tk_text {
    font-size: 20px;
}

.tk_item_btn_big {
    width: 460px;
    height: 40px;
    margin: 10px auto 0px auto;
}

.tk_item_btn button {
    width: 160px;
    height: 40px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #777777;
    letter-spacing: 2px;
}

.tk_item_btn_big button {
    width: 200px;
    height: 40px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #777777;
    letter-spacing: 2px;
}

.TK_img_OK {
    background-image: url(/static/images/dui.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
    background-repeat: no-repeat;
}

.TK_img_NO {
    background-image: url(/static/images/cuo.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.TK_img_tishi {
    background-image: url(/static/images/icon_tishi.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
    background-repeat: no-repeat;
}

.TK_info {
    font-size: 16px;
    margin-bottom: 15px;
    display: none;
}

.Tk_content_info {
    color: #777777;
    font-weight: 600;
    display: table;
    margin: auto;
    margin-top: 12px;
    font-size: 16px;
}

.TK_item_info {
    float: left;
    line-height: 30px;
    padding: 0px 8px;
}

#TK_text_info {
    max-width: 300px;
}
