﻿html,
body {
    width: 100%;
    height: 100%;
    min-width: none !important;
    background:transparent;

}

.opentab {
    width: 788px;
    height: 732px;
    background: #FFFFFF;
    border: 1px solid #C6DDFA;
    box-shadow: 0px 7px 10px 1px rgba(217, 230, 246, 0.44);
    border-radius: 8px;
    margin: 0 auto;
}

.marl20 {
    margin-left: 20px;
}

.cartitle {
    font-size: 24px;
    font-family: FZDHTJW;
    font-weight: bold;
    color: #4D8CF4;
    line-height: 43px;
}

.tiptext {
    padding: 20px 20px;
}

.tiptext .text {
    font-size: 16px;
    font-weight: 400;
    color: #FA8508;
    line-height: 32px;
}

.tiptext .cor01 {
    color: rgba(34, 34, 34, 1);
}

.card-body {
    padding: 0;
}

.formdiv {
    padding: 20px 45px;
    height: 148px;
    background: rgba(229, 238, 252, 1);
}

.formdiv .layui-form-radio {
    line-height: 28px;
    margin: 6px 0 0 0;
}

.formdiv .layui-form-radio>i {
    margin-right: 8px;
    font-size: 26px;
}

.formdiv .layui-form-radio * {
    font-size: 20px;
}

.formdiv .tip {
    font-size: 16px;
    font-weight: 400;
    color: rgba(250, 55, 55, 1);
}

.formdiv .tip02 {
    text-indent: 38px;
}

.formdiv .layui-form-item .layui-input-inline {
    width: auto;
}

.formdiv .layui-form-item {
    margin-bottom: 8px;
}

.infotext {
    width: 60%;
    margin: 20px auto;
}

.infotext .pertext {}

.infotext .text {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 43px;
    margin: 0;
}

.yybtn {
    width: 94%;
    margin: 20px auto;
}

.yybtn .btnok {
    background: rgba(77, 140, 244, 1);
    color: #fff;
}

.yybtn .btnq {
    background: rgba(218, 221, 226, 1);
    color: rgba(34, 34, 34, 1);
}

.yybtn .layui-btn {
    padding: 5px 34px;
    border: 1px solid #C6DDFA;
    box-shadow: 0px 7px 10px 1px rgba(217, 230, 246, 0.44);
    border-radius: 8px;
    font-size: 20px;
    font-family: FZDHTJW;
    font-weight: bold;
    line-height: 43px;
    width: auto;
    height: auto;
    margin: 0 38px;
}