@charset "utf-8";

body {
    background-color: #f5f5f5;
}
/* **** 退订邮件 **** */
.unsubscribe {
    width: 960px;
    /* margin: 20px auto 140px; */
    margin: 170px auto 140px;
}
.topLogoLink {
    margin: 0 0 20px 50px;
}
.unsubscribeBox {
    padding: 50px 0;
    background-color: #ffffff;
}
.unsubscribeWrap {
    width: 630px;
    margin: 0 auto;
}
.unsubscribTitle {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1;
    border-bottom: 4px solid #aaa;
}
.unsubscribeForm {
    margin-top: 25px;
}
.formLabel {
    width: 100px;
    font-size: 14px;
    line-height: 40px;
}
.formItem {
    width: calc(100% - 100px);
}
.unsubscribeBtn {
    width: 100px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background-color: var(--themeColor);
    color: #ffffff;
    cursor: pointer;
}
/* 邮件退订分类 */
.emailTypeBox{
    width: 100%;
    margin: 20px 0 40px 0;
    font-size: 0px;
}
.emailTitle{
    display: block;
    width: 100px;
    margin-bottom: 20px;
    font-size: 14px;
}
.emailTypeContent{
    display: block;
    font-size: 0px;
}
.checkboxPanel {
    display: inline-block;
    vertical-align: middle;
    margin-right:14px;
    font-size: 14px;
    color: #252525;
    cursor: pointer;
}
.checkboxPanel:last-child{
    margin-right: 0px;
}
.checked {
    position: relative;
    top: 1px;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.checked:checked {
    color: #000;
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
}
.checked:checked::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background: url(img/checkIcon.svg) right center no-repeat;
    position: absolute;
    right: -2px;
    top: -2px;
    background-size: 100% 100%;
}
.layui-layer-btn{
    font-size: 0px !important;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: var(--themeColor) !important;
    background-color: var(--themeColor) !important;
    color: #fff !important;
    font-size: 12px !important;
}