/* 整体样式 */  
@media (min-width: 1200px) {
    .container {
        width:1170px;
    }
}
/* 头部样式*/ 
.license-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 560px; /* 或您想要的高度 */
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #8085df; /* 备用颜色，当图片不足时显示 */
    background-image: url(../img/license-bg.png); /* 背景图片路径 */
    background-repeat: no-repeat; /* 不重复背景图片 */
    background-size: cover; /* 使背景图片覆盖整个容器，可能会裁剪图片 */
    background-position: center; /* 背景图片居中 */
}
.license-header .license-title {font-size:36px;color:#fff;margin-bottom:40px;letter-spacing:6px;font-weight:700;}
.license-header .license-title-ts {font-size:15px;color:#f7f7f7;margin-bottom:40px;letter-spacing:6px;}
.license-title {font-size:24px;font-weight:bold;margin-bottom:20px;}
.license-header .license-input {width:60%;margin:auto;}
.license-header .license-input .input-group-btn {padding:3px;background:#fff;border-radius:8 7px 0px -6;border-radius:0 4px 4px 0;}
.input-group {position:relative;display:table;border-collapse:separate;}
.input-group-btn {position:relative;font-size:0;white-space:nowrap;}
.input-group-addon,.input-group-btn {width:1%;white-space:nowrap;vertical-align:middle;}
.license-header .license-input button {color:#fff;height:38px;padding:6px 36px;border-radius:4px!important;background:#36aaff;}
.license-header .license-input input {border:none;height:46px;}
.license-page .license-header .license-input {width:60%;margin:auto;}
.input-group-btn {display:table-cell;}
.input-group .form-control {position:relative;float:left;width:100%;margin-bottom:0;}
.form-control {display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.form-control:focus {border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}
.form-control::-moz-placeholder {color:#999;opacity:1;}
.form-control:-ms-input-placeholder {color:#999;}
.form-control::-webkit-input-placeholder {color:#999;}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {background-color:#eee;opacity:1;}
.form-control[disabled],fieldset[disabled] .form-control {cursor:not-allowed;}
textarea.form-control {height:auto;}
.btn {display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;}
.license-input .btn:hover {background-color:#005A9E;}
.pop-info {background-color:#fff;padding:30px;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,0.15);text-align:left;width:600px;max-width:90%;}
.pop-info .title {font-size:18px;font-weight:bold;margin-bottom:20px;}
.pop-info .domain {color:#0072C6;}
.pop-info .pop-result {font-size:16px;margin-bottom:20px;}
.pop-info .pop-result .text {display:block;margin-bottom:10px;}
.pop-info .pop-result .text:first-child {font-weight:bold;}
.pop-info .license-bottom {text-align:right;}
.pop-info .license-bottom .btn {background-color:#f6f6f6;color:#e6333a;border:none;border-radius:3px;padding:5px 10px;font-size:18px;}
.pop-info .license-bottom .btn:hover {background-color:#d8dadc;}
@media (max-width: 767px) {  
  .pop-info {  
    padding: 20px;  
  }  
}

/*资讯*/
.bfbnews{}
.bfbnews .newslist{float:left;margin: 19px 0 0 32px;width: 405px;text-align:left;border-radius:4px;background-color: #f7f7f7;overflow:hidden;height:450px;}
.bfbnews .newslist .cap{float:left;width:100%;height:66px;color:#fff;line-height:66px;font-size:20px;text-align:center;margin-bottom:23px;}
.bfbnews .newslist .cap a{color:#fff;}
.bfbnews .newslist .u1{float:left;margin:0 15px;width: 375px;clear:both;height:36px;}
.bfbnews .newslist .u1 li{float:left;}
.bfbnews .newslist .u1 .l1{width:30px;}
.bfbnews .newslist .u1 .l1 span{float:left;width:18px;height:18px;text-align:center;border-radius:3px;color:#fff;line-height:18px;}
.bfbnews .newslist .u1 .l1 .s1{background-color:#f44336;}
.bfbnews .newslist .u1 .l1 .s2{background-color:#4caf50;}
.bfbnews .newslist .u1 .l1 .s3{background-color:#ffc107;}
.bfbnews .newslist .u1 .l1 .s4{background-color:#00bcd4;}
.bfbnews .newslist .u1 .l1 .s5{background-color:#2196f3;}
.bfbnews .newslist .u1 .l1 .s6{background-color:#e91e63;}
.bfbnews .newslist .u1 .l1 .s7{background-color:#34495e;}
.bfbnews .newslist .u1 .l1 .s8{background-color:#f4e3ab;}
.bfbnews .newslist .u1 .l1 .s9{background-color:#999999;}
.bfbnews .newslist .u1 .l1 .s10{background-color:#999999;}
.bfbnews .newslist .u1 .l2{width:344px;font-size:14px;height:18px;line-height:18px;overflow:hidden;}
.bfbnews .newslist .u1 .l2 a{color:#666;}
.bfbnews .newslist .u1 .l2 a:hover{color:#08a2eb;}
.bfbnews .newslist1{margin-left: -30px;/* float: left; */}
.bfbnews .newslist1 .cap{background:url(../img/content1.png) left top no-repeat;}
.bfbnews .newslist2 .cap{background:url(../img/content2.png) left top no-repeat;}
.bfbnews .newslist3 .cap{background:url(../img/content3.png) left top no-repeat;}
