* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #666;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

::placeholder,
::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei",
    "Hiragino Sans GB", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: rgba(146, 153, 164, 1);
    line-height: 20px;
}

.underline{
    text-decoration: underline;
}
a.underline:hover{color: #367EFF;}

.icon {
    display: inline-block;
}

.icon.i-qq {
    background: url(/template/metro/images/monitor/icon_qq.png) center no-repeat;
    background-size: 21px 22px;
}

.icon.i-email {
    background: url(/template/metro/images/monitor/icon_mail.png) center no-repeat;
    background-size: 20px 16px;
}
.icon.i-refresh {
    width: 14px;
    height: 14px;
    background: url(/template/metro/images/monitor/icon_refresh.png) center no-repeat;
    background-size: contain;
}
.icon.i-success{
    width: 20px;
    height: 20px;
    background: url(/template/metro/images/monitor/icon_success.png) center no-repeat;
    background-size: contain;
}
.icon.i-danger{
    width: 20px;
    height: 20px;
    background: url(/template/metro/images/monitor/icon_danger.png) center no-repeat;
    background-size: contain;
}

.transition-1 {
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition-timing-function: ease;
}

html {
    font-size: 16px;
}

body {
    background-color: white;
    font-family: "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei",
    "Hiragino Sans GB", Verdana, Arial, Helvetica, sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
    -moz-osx-font-smoothing: grayscale;
    background: url(/template/metro/images/monitor/bg.png) center no-repeat;
    background-size: 100% 100%;
    background-position: 0 26px;
}

/* header */
header {
    height: 70px;
    background: #071837;
    padding: 20px 18.75%;
}

header .logo {
    height: 30px;
    display: inline-flex;
    align-items: center;
}

header .logo .logo-img {
    width: 100px;
    height: 30px;
}

header .logo .divide-line {
    background: white;
    width: 1px;
    height: 22px;
    display: inline-block;
    margin: 0 14px 0 19px;
}

header .logo .logo-txt {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
}

header .menus {
    height: 30px;
    display: inline-flex;
    align-items: center;
    float: right;
}

header .menus .item {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 20px;
}
header .menus .item:hover {
    color: rgba(255, 255, 255, 1);
}
    /* ---------- header end -----------------*/

/* ---------- Index content --------------*/
/* content */
.content {
    height: 58.125rem;
    text-align: center;
    padding: 8.125rem 0 0 0;
    /* background: url(/template/metro/images/monitor/bg.png) center no-repeat;
    background-size: 100% 100%; */
}

.content h1 {
    height: 6.25rem;
    font-size: 4.5rem;
    font-family: "PingFangSC-Medium", "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei",
    "Hiragino Sans GB", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 6.25rem;
    letter-spacing: .25rem;
    text-shadow: 0 .25rem .375rem rgba(4, 16, 39, 1);
}

.content .divide-line {
    width: 37.125rem;
    height: 1px;
    display: block;
    background:rgba(255,255,255,1);
    opacity:0.1449;
    margin:0 auto;
    margin-top: 8px;
}

.content p {
    height: 1.875rem;
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1.875rem;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.8);
}

.content p.img-mark {
    width: 21.125rem;
    margin: 0 auto;
}

.content p.img-mark::before {
    content: '';
    display: inline-block;
    width: 1.75rem;
    height: 1.125rem;
    background: url(/template/metro/images/monitor/icon_arrow_right.png) center/.75rem 1.125rem no-repeat;
}

.content p.img-mark::after {
    content: '';
    display: inline-block;
    width: 1.25rem;
    height: 1.125rem;
    background: url(/template/metro/images/monitor/icon_arrow_left.png) center/.75rem 1.125rem no-repeat;
}

.content #try {
    width: 15rem;
    height: 4.125rem;
    line-height: 4.125rem;
    display: inline-block;
    background: #367EFF;
    border-radius: 4px;
    margin-top: 30px;
    color: #ffffff;
    font-size: 1.5rem;
    font-family: "PingFangSC-Medium";
    font-weight: bold;
    position: relative;
    text-align: center;
}
.content #try span{
    width: 6rem;
    height: 2.0625rem;
    line-height: 2.0625rem;
    /*position: absolute;*/
    /*left: 2.6875rem;*/
    /*top: 1.0625rem;*/
}
.content #try img {
    width: 1.75rem;
    height: 1rem;
    position: absolute;
    right: 2.6875rem;
    top: 1.5625rem;
}
.content #try:hover{
    background: #367effe6;
}

.content #try:hover span{
    left: 2.25rem;
}
.content #try:hover img{
    right: 2.25rem;
}



@media screen and (max-width: 1366px) {
    html {
        font-size: 12px;
    }

    .content {
        height: 59.125rem;
    }
}
/* -----------Index content end -----------*/

/* -----------Add content --------------*/
.content#app {
    padding: 50px 0 185px 0;
    text-align: center;
}

.content#app .section .btn {
    width:130px;
    height:44px;
    background: #ffffff;;
    border-radius:4px;
}

.content#app .section {
    width: 50rem;
    margin: 0 auto;
}

.content#app .section#submit-form {
    height: 298px;
    padding: 30px 30px 36px 30px;
    background: rgba(242, 242, 242, 1);
    border-radius: 4px;
    margin-top: 44px;
    /*margin-bottom: 185px;*/
}

.content#app .section#submit-form .title {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(98, 102, 108, 1);
    line-height: 20px;
}

.content#app .section#submit-form form {
    width: 320px;
    margin:0 auto;
    margin-top: 1.5rem;
    padding: 0 10px;
}
.content#app .section#submit-form form .form-item{
    margin: 0 0 20px 0;
    position: relative;
}

.content#app .section#submit-form form input {
    width: 300px;
    height: 44px;
    font-size: 14px;
    padding: 12px;
    background: #ffffff;
    border-radius: 4px;
    border: none;
    outline: none;
}

.content#app .section#submit-form form input#yzm{
    padding-right: 132px;
}
.content#app .section#submit-form form .form-item .yzm-area {
    width: 98px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
}
.content#app .section#submit-form form .form-item .yzm-area img{
    width: 100%;
    height: 100%;
}
.content#app .section#submit-form form .form-item .icon.i-refresh{
    position: absolute;
    right: 108px;
    top: 15px;
    cursor: pointer;
}
.content#app .section#submit-form form .form-item .tip{
    width: 110px;
    height: 17px;
    overflow: hidden;
    font-size:12px;
    color:rgba(254,91,68,1);
    line-height:17px;
    position: absolute;
    left: 310px;
    top: 14px;
    text-align: left;
}
.content#app .section#submit-form form #submit{
    background:rgba(54,126,255,1);
    border:none;
    outline: none;
    display: inline-block;
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:bold;
    color:white;
    line-height:44px;
    cursor: pointer;
    margin: 16px 0 0 0;
}
.content#app .section#submit-form form #submit:hover{
    background: #367effe6;
}

.content#app .section#add {
    text-align: left;
}

.content#app .section#add .title{
    height:22px;
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:bold;
    color:rgba(39,44,51,1);
    line-height:22px;
}
.content#app .section#add .tips{
    height:17px;
    font-size:12px;
    font-weight:400;
    color:rgba(146,153,164,1);
    line-height:17px;
    margin: 10px 0 30px 0;
}
.content#app .section#add .link-list{
    width: 100%;
}
.content#app .section#add .link-list .link-item{
    width: 100%;
    height: 52px;
    margin: 0 0 22px 0;
    position: relative;
}
.content#app .section#add .link-list .link-item input{
    width:100%;
    height:52px;
    font-size: 16px;
    background:rgba(240,245,252,1);
    border-radius:4px;
    border:1px solid rgba(221,224,227,1);
    color:rgba(98,102,108,1);
    outline: none;
    padding: 0 16px 0 16px;
}
.content#app .section#add .link-list .link-item ::placeholder,.content#app .section#add .link-list .link-item ::-webkit-input-placeholder{
    color:rgba(146,153,164,1);
}
.content#app .section#add .link-list .link-item .status{
    width: 200px;
    position: absolute;
    left: 51rem;
    top: 16px;
    display: none;
    align-items: center;
}
.content#app .section#add .link-list .link-item .status.active{display: flex;}
.content#app .section#add .link-list .link-item .status .txt{
    margin-left: 6px;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(254,91,68,1);
    line-height:17px;
}
.content#app .section#add .link-list .link-item .delete{
    position: absolute;
    top: 1px;
    right: 1px;
    width:79px;
    height:50px;
    background:rgba(225,236,253,1);
    border-radius:0 4px 4px 0;
    font-size:16px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(54,126,255,1);
    line-height:50px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition-timing-function: ease;
}
.content#app .section#add .link-list .link-item:hover .delete{
    opacity: 1;
}
.content#app .section#add #add-link{
    margin: 8px 0 0 0;
    background: #ffffff;
    border:1px solid rgba(54,126,255,1);
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:bold;
    color:rgba(54,126,255,1);
    line-height:44px;
    outline: none;
    cursor: pointer;
}
.content#app .section#add #add-link:hover{background: #F0F5FC;}
.content#app .section#add #add-link .icon{
    line-height:20px;
    vertical-align: 2px;
    margin-right: 8px;
}
/* -------------add content end --------------*/

/* -------------success content --------------*/
.content#app .section#success {
    width: 800px;
    min-height: 400px;
    margin-top: 78px;
    color: #272C33;
}

/* -------------success content end --------------*/

/* ------------- footer -------------*/
.contact {
    width: 50px;
    position: fixed;
    right: 40px;
    bottom: 44%;
    display: inline-flex;
    flex-direction: column;
}

.contact .contact-item {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: rgba(54, 126, 255, .3201);
    position: relative;
    border-radius: 3px;
}
.contact .contact-item .icon {
    cursor: pointer;
}

.contact .contact-item#qq {
    margin-bottom: 20px;
}

.contact .contact-item#qq .icon {
    width: 100%;
    height: 100%;
    padding: 14px;
}

.contact .contact-item#email .icon {
    width: 100%;
    height: 100%;
    padding: 17px 15px;
}
.contact .contact-item .flag{
    width:96px;
    height:40px;
    background:rgba(240,245,252,1);
    border-radius:2px;
    font-size:16px;
    color:rgba(54,126,255,1);
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -96px;
    opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition-timing-function:ease;
    cursor: default;
    overflow: hidden;
    z-index: -1;
}
.contact .contact-item#email .flag{
    width:170px;
    left: -170px;
}
.contact .contact-item .icon:hover + .flag {
    opacity: 1;
}
.contact .contact-item#qq .icon:hover + .flag {
    left: -108px;
}
.contact .contact-item#email .icon:hover + .flag {
    left: -182px;
}
/* ---------- footer end------------ */