*{
    margin: 0;
    padding: 0;
}

ul li{
    list-style:none
}

body{
    width: 100%;
    height:100vh;
    overflow: hidden;
    z-index: -99;
}

.map-bg{
    width: 100%;
    height: 100%;
    /* background: url("../img/bg.png") no-repeat; */
    background-size:100% 100% ;
    position: absolute;
    z-index: -50;
}

.top{
    width: 100%;
    height: 64px;
    background: url("../img/top.png") no-repeat;
    background-size: 100% 100%;
    float: left;
}

.top-title{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    letter-spacing:3px;
    color: #FFFFFF;
    margin-top:15px;
    margin-left: 40px;
    float: left;
}

.top-title-left{
    width: 310px;
    height: 44px;
    padding-right: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 18px;
    letter-spacing:1px;
    font-family: Source Han Sans CN;
    line-height: 44px;
    font-weight: 400;
    color: #FFFFFF;
}

.top-title-left img{
    width: 44px;
    height: 44px;
    float: left;
    margin-right: 10px;
}

.search{
    height: 75px;
    width: 450px;
    float: left;
    margin-top: 25px;
    margin-left: 54px;
}

.search-list{
    width: 78px;
    height: 26px;
    float: left;
    line-height: 28px;
    cursor: pointer;
    font-size: 14px;
    font-family: Source Han Sans CN;
    padding-left: 10px;
    font-weight: 400;
    color: #596E87;
    background: url("../img/juxin.png") no-repeat;
    background-size:100% 100% ;
}

.search-list-onclock{
    color: #FFFFFF;
    background: url("../img/juxin-on.png") no-repeat;
    background-size:100% 100% ;
}
.search-list-clock{
    color: #FFFFFF;
    opacity: 0.8;
    background: url("../img/juxin-onne.png") no-repeat;
    background-size:100% 100% ;
}
.zhankai-img{
    width: 32px;
    height: 28px;
    float: left;
    margin-top: 3px;
    cursor: pointer;
}

.search-input{
    width: 286px;
    height: 38px;
    border: none;
    margin-left: 20px;
    border-radius: 20px;
    outline: none;
    padding-left: 80px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color:white;
    background: #203a6a;
    opacity: 0.8;
}

.search-but{
    width: 62px;
    height: 34px;
    background: url("../img/shousuo.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 54px;
    cursor: pointer;
}

.wdbtn {
    /* 文字颜色 */
    color: #0099CC;
    /* 清除背景色 */
    background: transparent;
    /* 边框样式、颜色、宽度 */
    border: 2px solid #0099CC;
    /* 给边框添加圆角 */
    border-radius: 6px;
    /* 字母转大写 */
    border: none;
    color: white;
    padding: 4px 25px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
.wdbtn1 {
    background-color: #008CBA;
    color: white;
    border: 2px solid #008CBA;
}
/* 悬停样式 */
.wdbtn2 {
    background-color: white !important;
    color: black !important;
    border: 2px solid #dbe2e5 !important;
}
.tcCheck{
    display: inline-block;
    width: 135px;
    height: 33px;
    border-radius: 6px;
    position: relative;
    margin-top: 20px;
    font-size: 16px;
}
.tcCheck select{
    border: none;
    outline: none;
    width: 100%;
    height: 33px;
    line-height: 33px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;
    border-radius: 6px;
    background-color: #03b1b7;
    color: white;
}
.tcCheck:after{
    content: "";
    width: 14px;
    height: 8px;
    background: url("../img/jtxiangxia.png")
    100% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 45%;
    pointer-events: none;
}
.tcinner{
    padding-left: 30px;
    font-size: 16px;
}
.tcouter .tcinner{
    padding-left: 50px !important;
    font-size: 16px;
    color: #C4D3EF ;
    cursor: pointer;
}
.tcCheck1{
    color: #FFB300 !important;
}

.close-but{
    width: 16px;
    height: 16px;
    background: url("../img/guanbi.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 12px;
    right: 40px;
    cursor: pointer;
}

.search-content{
    width: 100%;
    height: 198px;
    overflow: auto;
}
::-webkit-scrollbar{
    width: 6px;
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb{
    background: #cccccc;
}


.search-content-frame{
    width: 326px;
    height: 238px;
    background: rgba(213, 234, 255, 0.8);
    position: absolute;
    top: 170px;
    left: 140px;
}

.search-content-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #327AFF;
    margin-left: 20px;
}

.search-content li{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #596E87;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
}

.search-content img{
    width: 15px;
    height: 16px;
    margin-right: 10px;
    margin-left: 15px;
    margin-top: 8px;
    float: left;
}

.search-content li:hover{
    background: #C9C9C9;
    color: #3179FF;
}

.search-content li:hover .chuanbo-img{
    content: url("../img/chuanbo-on.png");
}

.search-content li:hover .matou-img{
    content: url("../img/matou-on.png");
}

.search-content li:hover .weizhi-img{
    content: url("../img/weizhi-on.png");
}

.hiddenImg{
    display: none;
}

.InformationDetails{
    width: 354px;
    height: auto;
    background: #293753;
    opacity: 0.98;
    position: absolute;
    top: 168px;
    left: 490px;
    padding: 0 20px 10px 20px;
}

.InformationDetails-title{
    height: 48px;
    width: calc(100% - 40px);
    float: left;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
    border-bottom: 1px solid #475777;
    background: #0E2D5F;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.InformationDetails-title img{
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 15px;
    cursor: pointer;
}

.InformationDetails-but{
    width: 64px;
    height: 24px;
    background: linear-gradient(0deg, #2C89FF 0%, #1DB1FF 100%);
    border-radius: 2px;
    cursor: pointer;
    margin-top: 16px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    float: left;
}

.InformationDetails-title-list{
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing:1px;
    line-height: 40px;
    float: left;
    cursor: pointer;
}

.InformationDetails-title-list-logo{
    width: 16px;
    height: 16px;
    margin-right: 7px;
}

.InformationDetails-title-list-jiantou{
    width: 8px;
    height: 14px;
    float: right;
    margin-top: 12px;
}

.InformationDetails-content{
    width: 334px;
    height: 288px;
    padding: 10px;
    float: left;
    background: rgba(106,133,186,.14);
}

.InformationDetails-content .key{
    text-align-last:justify;
    text-align:justify;
    color: #FFFFFF;
    font-size: 14px;
    width: 18%;
    height: 100%;
    float: left;
}

.InformationDetails-content .key-maohao{
    color: #FFFFFF;
    font-size: 12px;
    width: 1%;
    margin-left: 1%;
    margin-right: 2%;
    height: 100%;
    float: left;
}

.InformationDetails-content .value{
    color: #C4D3EF;
    font-size: 12px;
    width: 28%;
    height: 100%;
    float: left;
}

.rightFrame{
    width: 190px;
    height: calc(100% - 64px);
    float: right;
    background: rgba(41,55,83,.98);
    position: relative;
    z-index: 1;
}

.rightFrame_all_content{
    width: 100%;
    height: 93%;
    position: absolute;
    overflow: auto;
    bottom: 0;
    scrollbar-width: thin;
}

.rightFrame_all_content::-webkit-scrollbar{
    width: 3px;
    border-radius: 5px;
    background: #c7d0dc;
}

.rightFrame_all_content::-webkit-scrollbar-thumb{
    background: #4b6685;
    border-radius: 5px;
}

.rightFrame-close{
    width: 100%;
    height: 70px;
    float: left;
}

.rightFrame-close img{
    width: 24px;
    height: 24px;
    margin-top: 20px;
    cursor: pointer;
    float: right;
    margin-right: 20px;
}

.rightFrame-title{
    font-size: 16px;
    width: 167px;
    height: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    float: left;
    line-height: 40px;
    padding-left: 20px;
    cursor: pointer;
}

.rightFrame-title-but{
    width: 14px;
    height: 8px;
    float: right;
    margin-top: 16px;
    margin-right: 30px;
    display: none;
}

.rightFrame-content{
    width: 100%;
    height: auto;
}

.rightFrame-content-list{
    float: left;
    width: 100%;
    height: 30px;
    cursor: pointer;
    margin-bottom: 10px;
}

.rightFrame-content-list-light{
    width: 5px;
    height: 100%;
    float: left;
}

.rightFrame-content-list-img1{
    width: 18px;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 8px;
    height: 12px;
    float: left;
}

.rightFrame-content-list-name{
    width: 90px;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #C4D3EF;
    float: left;
}

.rightFrame-content-list-img2{
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

@media screen and (min--moz-device-pixel-ratio:0) {
   .rightFrame-content-list-img2{
		width: 16px;
		height: 16px;
		float: right;
		margin-top: 8px;
		margin-right: 10px;
	}
}


.yellow-light-bg .yellow-light{
    background: #FFB300;
}

.yellow-light-bg .yellow-light-name{
    color:white;
}

.yellow-light-bg{
    background: rgba(255,179,0,.4);
}

.login{
    width: 130px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    float: right;
    background: rgba(41,55,83,.9);
    border-radius: 13px;
    margin-right: 30px;
    margin-top: 17px;
    color: #FFFFFF;
    cursor: pointer;
}

.login-on{
    width: auto;
    padding: 2px 20px;
    height: 32px;
    border-radius: 18px;
    line-height: 32px;
    vertical-align:middle;
    position: relative;
    z-index: 99;
}

.login-on:hover .login-frame{
    display: block;
}

.login-frame{
    position: absolute;
    width: 100%;
    border-radius: 10px;
    height: auto;
    background: rgb(41,55,83);
    z-index: 99;
    left: 0;
    border: 1px solid #cccccc;
    display: none;
}

.login-frame-list{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.login-frame-list img{
    width: 20px !important;
    height: 20px!important;
    vertical-align:middle;
    margin: 0 10px;
}

.login-frame-list:hover{
    color: #FFB400;
}

.login-on-img{
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px;
}

.register-but{
    height: 100%;
    width: 50%;
    float: left;
}

.login-but{
    height: 100%;
    width: 50%;
    float: left;
}

.login img{
    width: 16px;
    height: 16px;
    vertical-align:middle;
    margin-left: 5px;
}

.tool{
    width: 26px;
    height: 430px;
    margin-right: 10px;
    margin-top: 50px;
    float: right;
}

.tool img{
    width: 26px;
    height: 26px;
    margin-bottom: 15px;
    cursor: pointer;
}

.tool-list{
    width: 24px;
    height: 265px;
    background: rgba(41,55,83,.9);
    border-radius: 13px;
    padding: 10px 1px;
}

.tool-list-but{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 5px 0;
    position: relative;
    float: left;
    cursor: pointer;
}

.tool-list-but-text{
    width: auto;
    height: 26px;
    position: absolute;
    right: 40px;
    padding: 0 15px;
    color: white;
    white-space:nowrap;
    text-align: center;
    line-height: 26px;
    border-radius: 20px;
    background: rgba(41,55,83,.9);
}

.tool-list-but-on{
    background: #F0A900;
}

.tool-list-but img{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
}

.menu{
    width: auto;
    height: 27px;
    background: rgba(41,55,83,.9);
    float: right;
    margin-right: -25px;
    margin-top: 10px;
    border-radius: 13px;
    padding: 0 20px;
}

.menu-list{
    width: auto;
    padding: 0 25px;
    height: 100%;
    float: left;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    position: relative;
}

.menu-list img{
    width: 16px;
    height: 16px;
    vertical-align:middle;
    margin-right: 5px;
}

.menu-list:hover{
    color: #FFB400;
}

.menu-list-1:hover img{
    content: url("../img/hxgz-on.png");
}

.menu-list-2:hover img{
    content: url("../img/hxzn-on.png");
}

.menu-list-3:hover img{
    content: url("../img/hsaq-on.png");
}

.menu-list-4:hover img{
    content: url("../img/hbss-on.png");
}

.menu-list-5:hover img{
    content: url("../img/hxgz2-on.png");
}
.menu-list-6:hover img{
    content: url("../img/qxz-on.png");
}
.menu-list-7:hover img{
    content: url("../img/swfw-on.png");
}

.menu-line{
    width: 1px;
    height: 14px;
    background: white;
    margin-top: 6px;
    float: left;
}

.menu-frame{
    width: auto;
    height: auto;
    padding: 0 15px;
    background: rgba(41,55,83,.9);
    position: absolute;
    left: 26px;
    top: 27px;
}

.menu-frame1{
    display: none;
}

.menu-frame2{
    display: none;
}

.menu-frame3{
    display: none;
}

.menu-frame4{
    display: none;
}

.menu-frame5{
    display: none;
}

.menu-frame6{
    display: none;
}

.menu-frame7{
    display: none;
}

.menu-list-1:hover .menu-frame1{
    display: block;
}

.menu-list-2:hover .menu-frame2{
    display: block;
}

.menu-list-3:hover .menu-frame3{
    display: block;
}

.menu-list-4:hover .menu-frame4{
    display: block;
}

.menu-list-5:hover .menu-frame5{
    display: block;
}

.menu-list-6:hover .menu-frame6{
    display: block;
}

.menu-list-7:hover .menu-frame7{
    display: block;
}

.menu-frame-list{
    width: 100%;
    height: 32px;
    float: left;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.menu-frame-list:hover{
    color: #FFB400;
}

.menu-frame-content{
    width: 354px;
    height: 450px;
    background: rgba(41,55,83,.98);
    position: absolute;
    top: 115px;
    right: 285px;
    padding: 0 20px;
}

.menu-frame-content-title{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    border-bottom: 1px solid #475777;
}

.menu-frame-content-title img{
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 16px;
    cursor: pointer;
}

.menu-frame-content-list{
    width: 100%;
    height: 20px;
    margin: 15px 0;
}

.menu-frame-content-list-key{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    width: 90px;
    height: 100%;
    line-height: 20px;
    float: left;
    letter-spacing:0.5px;
}

.menu-frame-content-list-value{
    width: auto;
    height: 100%;
    float: left;
}

.menu-frame-content-list-value select{
    width: auto;
    height: 100%;
    float: left;
}

.menu-frame-content-list-value endCode{
    width: auto;
    height: 100%;
    float: left;
}

.menu-frame-content-list-value input{
    border: 1px solid #64779C;
    background: none;
    height: 20px;
    outline: none;
    color: white;
    padding-left: 10px;
    vertical-align: middle;
}

.menu-frame-content-list-value endCode{
    border: 1px solid #64779C;
    background: none;
    height: 20px;
    outline: none;
    color: white;
    padding-left: 10px;
    vertical-align: middle;
}

.menu-frame-content-list-value select{
    border: 1px solid #64779C;
    background: none;
    height: 20px;
    outline: none;
    color: #C4D3EF;
    font-size: 12px;
    line-height: 20px;
    padding-left: 10px;
    vertical-align: middle;
}

#startCode3 *{
    border-radius:1px;
    border:none;
    background: rgba(41,55,83,.98);
}

#startCode *{
    border-radius:1px;
    border:none;
    background: rgba(41,55,83,.98);
}

#endCode *{
    border-radius:1px;
    border:none;
    background: rgba(41,55,83,.98);
}

.menu-frame-content-list-value input::-webkit-input-placeholder {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #C4D3EF;
    -webkit-transition: color.5s;
}

.menu-frame-content-list-but{
    float: left;
    width: 60px;
    height: 20px;
    background: linear-gradient(0deg, #2C89FF 0%, #1DB1FF 100%);
    border-radius: 2px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    margin-left: 14px;
    margin-top: 3px;
}

.menu-frame-content-list-switch{
    height: 20px;
    float: left;
    width: 120px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.menu-frame-content-list-switch img{
    width: 12px;
    vertical-align:middle;
    height: 12px;
    margin-right: 5px;
    cursor: pointer;
}

.menu-frame-bottom-but1{
    width: 64px;
    height: 24px;
    background: linear-gradient(0deg, #2C89FF 0%, #1DB1FF 100%);
    border-radius: 2px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    float: left;
    margin-left: 50px;
    cursor: pointer;
}

.menu-frame-bottom-but2{
    background: rgba(120,148,202,0.18);
    border: 1px solid #7894CA;
    border-radius: 2px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    width: 40px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    float: left;
    margin-left: 50px;
    cursor: pointer;
}

.bottom-but{
    width: 182px;
    height: 24px;
    background: rgba(41,55,83,.9);
    border-radius: 13px;
    position: absolute;
    bottom: 20px;
    right: 210px;
}

.bottom-but .tool-list-but{
    margin: 0 10px;
}

.tuichu-img{
    position: absolute;
    width: 26px;
    height: 26px;
    right: 235px;
    top: 205px;
    cursor: pointer;
}

.bulletFrame{
    width: 400px;
    height: 220px;
    position: absolute;
    left: 495px;
    top: 80px;
    background: rgba(41,55,83,.98);
    padding: 0 20px;
}

.bulletFrame-title{
    width: 90px;
    height: 100%;
    float: left;
    color: white;
    font-size: 14px;
    line-height: 45px;
    margin-left: 10px;
}

.menu-frame-content-list-value input{
    margin-top: 5px;
}

.bulletFrame-content2{
    width: 100%;
    height: 30px;
    float: left;
    color:white;
    font-size: 14px;
    line-height: 30px;
}

.bulletFrame-content2 *{
    float: left;
    margin-left: 30px;
}

.bulletFrame-echarts{
    width: 100%;
    height: 210px;
    float: left;
}

.bulletFrame2{
    width: 700px;
    height: 300px;
    position: absolute;
    left: 750px;
    bottom: 10px;
    background: rgba(41,55,83,.98);
    padding: 0 20px;
}

.InformationFrame{
    width: 650px;
    height: 360px;
    padding: 0 20px;
    background: rgba(41,55,83,.98);
    position: absolute;
    /* left: 750px;
    bottom: 50px; */
}

.InformationFrame-table{
    width: 100%;
    height: 230px;
    float: left;
    border-collapse: collapse;
    margin-top: 12px;
}

.InformationFrame-table tr td{
    text-align: center;
    color: white;
    height: 30px;
    border: 1px solid #808080;
    font-size: 14px;
}

.InformationFrame-table-none{
    color: red !important;
}

.typhoon-List{
    width: 300px;
    height: 400px;
    padding: 0 20px;
    background: rgba(41,55,83,.98);
    position: absolute;
    left: 500px;
    top: 120px;
}

.typhoon-List-ul{
    height: 330px;
    margin-top: 10px;
}

.typhoon-List-ul::-webkit-scrollbar{
    width: 8px;
    background: rgba(0,0,0,.0);
}

.typhoon-List-ul::-webkit-scrollbar-thumb{
    border-radius: 12px;
    background: rgba(255,255,255,.5);
}

.typhoon-List-ul li{
    color: #C4D3EF;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #C4D3EF;
}

.typhoon-List-ul li:hover{
    color: #FFFFFF;
    background: rgba(255,179,0,.4);
}

.typhoon-checkBox{
   margin-right: 10px;
}

.typhoon-List-but{
    width: 80px;
    height: 50px;
    position: absolute;
    right: 100px;
    top: 10px;
}

#startCode2 *{
    border-radius:1px;
    border:none;
    background: rgba(41,55,83,.98);
}

.typhoonName{
    width: 300px;
    height: auto;
    padding: 0 0 20px 0;
    background: rgba(41,55,83,.98);
    position: absolute;
    /* left: 950px;
    top: 150px; */
}

.typhoonInformation{
    width: calc(100% - 40px);
    padding: 0 20px;
    height: auto;
    color: #FFFFFF;
    font-size: 14px;
}

.typhoonInformation table{
    width: 100%;
}

.typhoonInformation tr{
    height: 20px;
}

.typhoonInformation tr td{
    line-height: 20px;
}

.bigTyphoon{
    width: 60px;
    height: 20px;
    /* background: #e71f70; */
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
}

.bigTyphoonList{
    margin-top: 10px;
    text-align: center
}

.bigTyphoonList tr td{
    font-size: 14px;
}

.typhoonTitle{
    font-size: 16px;
    width: calc(100% - 40px);
    font-weight: bolder;
    background: #0E2D5F;
    padding: 0 20px;
}

.typhoon-type-list{
    width: 450px;
    height: 80px;
    background: rgba(255,255,255,.7);
    border-radius: 10px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-collapse: collapse;
    padding: 10px;
}

.typhoon-type-list-title{
    width: 100%;
    height: 30px;
    border-bottom: 2px dashed #ffffff;
    font-size: 16px;
    font-weight: bolder;
}

.round{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    float: left;
    margin: 5px 15px 0 20px;
}

.typhoon-type-list li{
    list-style:none;
    float: left;
    margin-top: 5px;
}

.sailingAlarm{
    width: 550px;
    height: 600px;
    padding: 0 20px;
    background: rgba(41,55,83,.98);
    position: absolute;
    left: 1050px;
    top: 150px;
}

.sailingAlarm-switch{
    width: 100%;
    height: 55px;
    float: left;
    border-bottom: 1px solid rgba(204,204,204,.5);
}

.sailingAlarm-switch-list{
    width: auto;
    height: 100%;
    padding: 0 20px;
    line-height: 60px;
    color: white;
    cursor: pointer;
    float: left;
}

.sailingAlarm-switch-list-on{
    color: #529852;
    border-bottom: 3px solid #529852;
}

.sailingAlarm-input{
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 10px;
}

#trafficType{
    border-radius:1px;
    background: rgba(41,55,83,.98);
}

.sailingAlarm-content{
    width: 100%;
    height: 400px;
    float: left;
    margin-top: 5px;
    overflow: auto;
}

.sailingAlarm-content-list{
    width: 100%;
    height: auto;
    color: #cccccc;

}

.sailingAlarm-list{
    float: left;
    padding: 5px 10px;
    cursor: pointer;

}

.bureauAffairs{
    width: 400px;
    height: 480px;
    padding: 0 0 0 20px;
    background: rgba(41,55,83,.98);
    position: absolute;
    left: 1080px;
    top: 220px;
}

.bureauAffairs ul{
    width: calc(100% - 10px);
    padding-right: 10px;
    height: 410px;
    float: left;
    overflow: auto;
}

.bureauAffairs ul li{
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    color: #cccccc;
    border-bottom: 1px solid #C9C9C9;
    cursor: pointer;
}

.menu-frame-content-title-right{
    float: right;
    float-size: 20px !important;
}

.introduce{
    width: 400px;
    height: 600px;
    padding: 0 20px;
    background: rgba(41,55,83,.98);
    position: absolute;
    left: 1080px;
    top: 220px;
}

.introduce-title{
    width: 100%;
    height: 50px;
    /* float-size: 16px;
    line-height: 50px; */
    color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
    float: left;
}

.introduce-title-content{
    float: left;
    width: 100%;
    color: #cccccc;
    padding-bottom: 10px;
    border-bottom: 2px solid #cccccc;
}

.introduce-content{
    width: 100%;
    height: auto;
    color: #FFFFFF;
}


.tideFrame{
    width: 700px;
    height: 420px;
    padding: 0 20px;
    background: rgba(41,55,83,.98);
    position: absolute;
    left: 550px;
    top: 350px;
}

.tideEcharts{
    width: 100%;
    height: 250px;
    float: left;
    margin-top: 10px;
}

.weatherFrame{
    width: 240px;
    height: 190px;
    background: rgba(41,55,83,.98);
    position: absolute;
    left: 550px;
    top: 150px;
}

.weatherFrame-title{
    width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #0E2D5F;
    padding: 5px 10px;
}

.weatherFrame-centent{
    padding: 0 10px;
}

.weatherFrame-title img{
    width: 15px;
    height: 15px;
    margin-top: 10px;
}

.weatherFrame{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
}

.tianditu{
    width: 110px;
    height: 30px;
    /* bottom: 120px; */
    font-size: 15px;
    padding: 5px;
    text-align: center;
    line-height: 15px;
}

.region{
    left: 900px;
    width: 450px;
    min-height: 400px;
}

.region-content{
    width: 100%;
    height: auto;
    min-height: 300px;
    margin-top: 48px;
    font-size: 14px;
    overflow: auto;
    color: #FFFFFF;
    text-align: left;
}

.region-content-none{
    color: #FFFFFF;
    line-height: 300px;
    padding-left: 55px;
    font-size: 18px;
}

.region-content-list{
    width: 100%;
    height: 30px;
    float: left;
    line-height: 30px;
}

.inputbutton{
    /* 去掉默认样式 */
    border: none;
    outline: none;
    /* 设置高度和宽度 */
    height: 0;
    width: 0;
    border-radius: 12px;
    /* 定位 */
    position: relative;
    margin-right: 20px;
}
/* 伪类-选中前样式 */
.inputbutton:before{
    width: 20px;
    height: 20px;
    /* utf-8 16进制符号 */
    content: "\25C9";
    /* 定位、背景颜色、边框、字体、内边框 */
    position: absolute;
    top: -17px;
    left: -10px;
    border-radius: 12px;
    font-size: 24px;
    color: #ffffff;
    padding: 0;
    text-align: center;
    /* 字体垂直居中和标签高度一致 */
    line-height: 24px;
}
/* 伪类-选中后样式 */
.inputbutton:checked::before{
    color: #0bd23f;
    /* 文字右对齐 */
    text-align: center;
}

.region-button{
    background: #127ab6;
    width: 150px;
    border-radius: 15px;
    height: 25px;
    margin-left: 50px;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    font-size: 14px;
    float: left;
}

#upDateButton{
    display: none;
}

.customRegion{
    position: absolute;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: calc(100% - 48px);;
    top: 48px;
    left: 0;
}

.customRegion-frame{
    width: 400px;
    height: 250px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -200px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.customRegion-title{
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: auto;
}

.customRegion-red{
    color: red;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
}

.customRegion-input{
    height: 40px;
    width: 100%;
    line-height: 40px;
    margin-top: 5px;
    font-size: 14px;
}

.customRegion-input input{
    height: 30px;
    border: 1px solid #cccccc;
    outline: none;
    padding-left: 10px;
}

.customRegion-text{
    font-size: 14px;
    margin-top: 5px;
}

.Longitude{
    font-size: 14px;
    margin-left: 40px;
    margin-top: 5px;
}

.customRegion-button-list{
    width: 135px;
    height: 35px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.customRegion-button{
    width: 55px;
    height: 30px;
    background: #0b5f8f;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.customRegion-button-quxiao{
    color: #FFFFFF;
    border: 1px solid #cccccc;
    background: none;
    color: #000000;
}

.myShip{
    padding: 0;
    width: 450px;
    left: 1200px;
    top: 130px;
}

.myShip-list{
    width: 100%;
    height: auto;
}

.myShip-list-content{
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

.myShip-list-content-tcinner{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
	padding-left: 30px;
	height: 26px;
}

.myShip-list-content img{
    width: 20px;
    height: 20px;
    vertical-align:middle;
    margin-right: 5px;
}

.myShip-list-content-right{
    height: 100%;
    width: auto;
    float: right
}

.myShip-list-content-right img{
    width: 25px;
    height: 25px;
}

.myShip-list-content input{
    margin-right: 10px;
    margin-left: 15px;
}

.myShipBut{
    width: auto;
    height: auto;
    padding: 5px 10px;
    background: #2ea1e0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    float: left;
    margin-left: 60px;
    color: #FFFFFF;
}

.addShip{
    width: 320px;
    height: auto;
    left: 1000px;
    padding: 0;
}

.addShip-content{
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    margin-top: 35px;
    color: #FFFFFF;
    line-height: 100px;
    padding: 0 20px;
    border-bottom: 1px solid #C9C9C9;
}

.addShip-content input{
    height: 30px;
    margin-left: 10px;
    border: 1px solid #cccccc;
    outline: none;
    padding-left: 5px;
}

.addShip-but-list{
    width: 150px;
    height: 30px;
    float: right;
    margin-top: 10px;
}

.addShip-but{
    width: 60px;
    height: 28px;
    float: left;
    text-align: center;
    line-height: 28px;
    color: #FFFFFF;
    border: 1px solid #cccccc;
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
}

.lookShip{
    width: 800px;
    height: 600px;
    left: 600px;
    z-index: 9999;
}

.lookShip-but{
    width: 100px;
    height: 100%;
    float: right;
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    font-size: 14px;
    background: #0f93d9;
}

.lookShip-table{
    height: auto;
    width: 3000px;
    background: #e4e7f6;
    border-collapse:collapse;
}
.lookShip-table th{
    height: 30px;
    border: 1px solid #ffffff;
}

.lookShip-table td{
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
}



.lookShip-table-list{
    width: 100%;
    height: 480px;
    float: left;
    position: relative;
}

.layui-border-box ::-webkit-scrollbar{
   height: 5px;
   background-color:#F5F5F5;
}

.shipzhu select{
    border: 1px solid #64779C;
    background: none;
    height: 25px;
    outline: none;
    color: #C4D3EF;
    font-size: 12px;
    line-height: 25px;
    padding-left: 10px;
    vertical-align: middle;
}

.myShip-list-content img{
   float: left;
    margin-top: 14px
}

.colorDiv{
    width: 15px;
    height: 15px;
    border: #465afd;
    float: left;
    background: #465afd;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 16px;
}

.switchColor{
    z-index: 9999;
    left: -330px;
    top: 0;
}

.switchColor .addShip-content{
    height: 80px;
    line-height: 80px;
    border-bottom: none;
}

.switchColor-color{
    width: 20%;
    height: 100%;
    float: left;
    text-align: right;
    line-height: 70px;
    font-size: 14px;
    color: #FFFFFF;
}

.switchColor-colorList{
    width: 70%;
    float: left;
    margin-left: 10px;
    height: 100%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;

}

.switchColor-colorDiv{
    width: 18px;
    height: 18px;
    background: #00ee00;
    margin: 8px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

.switchColor-colorDiv-on{
    border: 2px solid #FFFFFF;
}

.switchMor{
    width: 220px;
    height: 45px;
    background: rgba(255,255,255,.8);
    border-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: 90px;
    display: flex;
    z-index: -2;
    justify-content: space-around;
    flex-wrap: wrap;
}

.switchMor-but{
    width: 60px;
    height: 35px;
    border: 1px solid #FFFFFF;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    color: #ffffff;
    background: #00a2d4;
}

.switchMor-but-on{
    color: #FFFFFF;
    background: #F0A900;
}
