﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    min-width: 1200px;
}

body {
    background-color: #F3F3F3;
}

a {
    text-decoration: none;
}

i {
    font-style: normal
}

li {
    list-style: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    background: rgb(0, 87, 123);
}

.bannerTitle {
    height: 74px;
    line-height: 74px;
}

#bannerSign {
    cursor: pointer;
}

.bannerTitle #userNotLogin {
    display: block;
}

    .bannerTitle #userNotLogin img {
        float: left;
        margin-top: 13px;
    }

.bannerTitle #title {
    float: left;
    color: #FFFFFF;
    font-size: 32px;
    font-family: SourceHanSansCN-Regular;
}

.bannerTitle .notLogin {
    float: right;
    font-size: 20px;
    color: #FFFFFF;
    font-family: SourceHanSansCN-Normal;
}

    .bannerTitle .notLogin a {
        color: #FFFFFF;
    }

.bannerTitle .logining {
    float: right;
    position: relative;
}

    .bannerTitle .logining #section {
        float: left;
        width: 50px;
        height: 192px;
    }

    .bannerTitle .logining #messagePic {
        position: absolute;
        cursor: pointer;
        right: 74px;
        top: 26px;
    }

    .bannerTitle .logining #message {
        position: absolute;
        right: 65px;
        top: 21px;
        display: block;
        width: 18px;
        text-align: center;
        height: 18px;
        line-height: 18px;
        background: #DC3434;
        border-radius: 50%;
        font-size: 12px;
        color: #FFFFFF;
        font-family: SourceHanSansCN-Normal;
    }

    .bannerTitle .logining #progressOrMessage {
        position: absolute;
        display: none;
        right: 0;
        top: 65px;
        width: 320px;
        height: 373px;
        z-index: 10;
    }

        .bannerTitle .logining #progressOrMessage #progressOrMessageMain:before {
            content: '';
            position: absolute;
            top: 0;
            right: 72.5px;
            width: 0;
            height: 0;
            border-left: 13px solid transparent;
            border-right: 13px solid transparent;
            border-bottom: 13px solid #F7F7F7;
        }

        .bannerTitle .logining #progressOrMessage #progressOrMessageMain {
            margin-top: 13px;
            height: 360px;
            width: 100%;
            background: #FFFFFF;
            border-radius: 6px;
            box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.26);
        }

#progressOrMessageMain .title {
    display: flex;
    width: 320px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 6px 6px 0 0;
    line-height: 40px;
    border-bottom: 1px solid #EFEFEF;
}

    #progressOrMessageMain .title div {
        flex: 1;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        color: #333333;
    }

        #progressOrMessageMain .title div:nth-child(1) {
            border-radius: 6px 0 0 0;
        }

        #progressOrMessageMain .title div:nth-child(2) {
            border-radius: 0 6px 0 0;
        }

    #progressOrMessageMain .title .choose {
        background: #FFFFFF;
    }

/* 进度 */
#progressOrMessageMain .progressmain {
    display: block;
    width: 320px;
    height: 278px;
    border-bottom: 1px solid #EFEFEF;
    overflow-x: hidden;
    overflow-y: scroll;
}

    #progressOrMessageMain .progressmain ul li {
        position: relative;
        width: 320px;
        height: 68px;
        border-bottom: 1px solid #EFEFEF;
        color: #333333;
        font-size: 16px;
        line-height: initial;
    }

        #progressOrMessageMain .progressmain ul li:hover {
            background: #FBFBFB;
        }

        #progressOrMessageMain .progressmain ul li div {
            position: absolute;
            left: 71px;
            top: 13px;
            width: 208px;
        }

        #progressOrMessageMain .progressmain ul li img {
            position: absolute;
            cursor: initial;
            top: 15px;
            left: 21px;
        }

        #progressOrMessageMain .progressmain ul li div:before {
            content: '';
            position: absolute;
            left: -10px;
            top: 5px;
            display: block;
            width: 6px;
            height: 6px;
            background: #FF0000;
            border-radius: 50%;
        }

/* 通知 */
#progressOrMessageMain .messagemain {
    display: none;
    width: 320px;
    height: 278px;
    border-bottom: 1px solid #EFEFEF;
    overflow-x: hidden;
    overflow-y: scroll;
}

    #progressOrMessageMain .messagemain ul li {
        position: relative;
        width: 320px;
        height: 68px;
        ;
        border-bottom: 1px solid #EFEFEF;
        color: #333333;
        font-size: 16px;
        line-height: initial;
    }

        #progressOrMessageMain .messagemain ul li:hover {
            background: #FBFBFB;
        }

        #progressOrMessageMain .messagemain ul li div {
            position: absolute;
            left: 71px;
            top: 13px;
            width: 208px;
        }

        #progressOrMessageMain .messagemain ul li img {
            position: absolute;
            cursor: initial;
            top: 15px;
            left: 21px;
        }

        #progressOrMessageMain .messagemain ul li div:before {
            content: '';
            position: absolute;
            left: -10px;
            top: 5px;
            display: block;
            width: 6px;
            height: 6px;
            background: #FF0000;
            border-radius: 50%;
        }

#progressOrMessageMain .footerMain {
    width: 320px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #F7F7F7;
    border-radius: 0 0 6px 6px;
}

    #progressOrMessageMain .footerMain span {
        cursor: pointer;
        font-size: 16px;
        font-family: SourceHanSansCN-Regular;
        color: #333333;
    }

.bannerTitle .logining #avatarSection {
    float: right;
    width: 50px;
    height: 192px;
}

.bannerTitle .logining #avatar {
    position: absolute;
    top: 17px;
    right: 0;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background: url(../../images/user.png) no-repeat;
    background-size: 100%;
}

#avatarSection .avatarBox {
    display: none;
    position: absolute;
    top: 70px;
    right: -93.5px;
    width: 231px;
    height: 354px;
    z-index: 10;
}

    #avatarSection .avatarBox .avatarMain {
        margin-top: 8px;
        width: 231px;
        min-height: 47px;
        padding-bottom: 10px;
        background: #FFFFFF;
        border-radius: 6px;
        box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.26);
    }

        #avatarSection .avatarBox .avatarMain:before {
            content: '';
            position: absolute;
            top: 0;
            right: 108.5px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #FFFFFF;
        }

.avatarBox .avatarMain .avatarTitle {
    height: 50px;
    line-height: 50px;
    width: 231px;
    text-align: center;
    color: #666666;
    font-size: 18px;
    border-bottom: 1px solid #EFEFEF;
}

.avatarBox .avatarMain .avatarChoose ul li {
    position: relative;
    height: 47.3px;
    line-height: 47.3px;
    padding-left: 96px;
    width: 231px;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
    font-family: SourceHanSansCN-Regular;
}

    .avatarBox .avatarMain .avatarChoose ul li img {
        position: absolute;
        top: 10px;
        left: 46px;
    }


    .avatarBox .avatarMain .avatarChoose ul li:hover {
        background: linear-gradient(90deg, #1DA0DB, #00577B);
        color: #FFFFFF;
    }

/* footer */
.footer {
    margin-top: 40px;
    height: 270px;
    width: 100%;
    background: #00577B;
}

    .footer .w .footerTitle {
        width: 100%;
        text-align: center;
        height: 270px;
        padding-top: 43px;
    }

        .footer .w .footerTitle p {
            font-size: 18px;
            color: #FFFFFF;
            font-family: SourceHanSansCN-Regular;
            margin-bottom: 21px;
        }
        
        .radioGroup .radio{
            display: inline-block;
            padding:0 10px;
            border-radius: 5px;
            cursor: pointer;
        }
        
        .radioGroup .checked{
            background-color: #00577B;
            color:#fff;
        }
 