.cxg_content{
    width: 1280px;
    margin: 0 auto;
}

.cxg_button {
    height: 36px;
    background: #2A65ED;
    border-radius: 6px;
    padding: 0 24px;
    font-size: 14px;
    color: rgb(255,255,255);
    line-height: 36px;
    letter-spacing: 1px;
    display: inline-block;
    opacity: 0.85;
    cursor: pointer;
}
.cxg_button.orangeBg {
    background: #ec721c;
}
.cxg_button:hover{
    opacity: 1;
    color: rgb(255,255,255);
}

.btn_primary{
    background: #fff;
    color: rgba(51, 51, 51, 0.85);
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}
.btn_primary:hover{
    color: rgba(51, 51, 51, 1);
}

.layui-input, .layui-select, .layui-textarea{
    background: transparent;
    height: 53px;
    color: #333333;
    font-size: 16px;
}
.layui-input, .layui-textarea{
    padding-left: 18px;
}
.cxg_link{
    font-size: 16px;
    color: rgba(61, 101, 211, 0.85);
    margin: 0 5px;
}
.cxg_link:hover{
    color: rgba(61, 101, 211, 1);
}
.cxg_cornge{
    font-size: 16px;
    margin: 0 5px;
    color: #f08336;
}
.layui-form-select dl dd.layui-this{
    background-color:#2A65ED
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
    color: #1890FF;
}
.layui-layer-btn a.layui-layer-btn0{
    background: #2A65ED!important;
    border-color: #2A65ED!important;
}
.layui-layer-btn a{
    font-size: 14px;
}
.t_blue{
    color: #2A65ED!important;
}
