
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-track { background:#f2f2f2; }
::-webkit-scrollbar-thumb { background:rgba(0,0,0,0.2); }
::-webkit-scrollbar-thumb:hover { background:#f2f2f2 }
::-webkit-scrollbar-thumb:active { background:rgba(0,0,0,0.2); }

.firstLink{
    color: dimgray;
}
.linkList{
    height: 38px;line-height: 38px;
}

.txtTitle{
    color: dimgray;font-family: KAITI;margin-left: 10px;
}

.sendInfo{
    width: 180px;height: 38px;margin: auto;border-radius: 10px;
    color: white;font-weight: bold;font-size: 18px;
    border: none;background-color: #eea236;
}

#contain_contact{
    font-weight: bold;color: #3c3c3c;font-size: 20px;font-family: KAITI
}

/*提示弹窗*/
#warnString{width: 360px;height: 50px;z-index: -6;display: none;padding-left: 20px;
    top:86px;border-radius: 4px;font-size: 14px;position: fixed;left: 0;right: 0;margin: auto;
    border: 1px solid orange;background-color:rgba(244,165,0,1);color: #c7254e;
}
#warnSure{
    background-color:rgba(255,165,0,0);border: none;color: #c7254e;float: right;margin-left: 8px;
    width: 28px;font-size: 16px;cursor: pointer;
}
#warnCancel{
    background-color:rgba(255,165,0,0);border: none;color: #c7254e;float: right;margin-right: 20px;
    width: 28px;font-size: 16px;cursor: pointer;
}

@media screen and (min-width: 1728px){
    body{
        font-size: 16px; 
    }
    #contain_contact{
        font-size: 24px;
    }
    .txtTitle{
        font-size: 18px;
    }
}