body {
  background: #fff;
  padding: 0 !important;
}

body .lawfrim_header {
  background: transparent !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  width: 1160px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.jufa-Unified-header {
  background: transparent !important;
}

#bgi-main {
  background: url("/static/Public/images/lawyerDownload/48.png");
  background-size: 100% 100%;
  padding-top: 110px;
}

.top_logo {
  height: 32px;
  margin-top: 15px;
}

.wid_size_box {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wid_size {
  width: 1160px;
  margin: 0 auto;
}

.detail_box {
  padding: 20px 0 35px;
}

.tit {
  font-size: 35px;
  text-align: center;
  padding: 15px 0;
}

.tit p {
  font-size: 18px;
  color: #999;
  margin-top: 15px;
}

/******************** top_box ********************/

.top_box {
  color: #333;
  text-align: left;
}

.top_box h2 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 34px;
}

.top_box h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--ms-color-theme);
}

.top_box p {
  margin-top: 32px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 74px;
}

.top_box video {
  width: 100%;
}

.download_btns {
  height: 54px;
}

.download_btns button {
  border: 0;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  /* padding: 13px 40px; */
  margin-left: 32px;
  position: relative;
  width: 184px;
  height: 46px;
}

.download_btns button.word_download_mac .download_btn_content {
  padding: 0 30px;
}

.download_btns button>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.download_btns button .how_install {
  color: #666666;
  position: absolute;
  top: 50px;
  left: 0;
  /* height: 100%; */
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.download_btns button .how_install i {
  margin-right: 4px;
  font-size: 14px;
}

.download_btns button .download_btn_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.download_btns button .download_btn_content img {
  width: 16px;
}

.download_btns button .download_btn_content em {
  color: #FFE69C;
  font-size: 12px;
}

.download_btns button:first-child{
  margin-left: 0;
}

.download_btns button:hover {
  /* width: 212px;
  height: 54px; */
  transform: scale(1.1);
}

.download_btns button span {
  margin-left: 4px;
}

/******************** download_box ********************/

.download_box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1160px;
  margin: 0 auto;
}

.download_box .detail_item {
  background: #F9F9FB;
  border: 1px solid rgb(237, 237, 237);
  border-radius: 12px;
  height: 313px;
  padding: 20px 32px;
}

.download_box .detail_item .detail_imgs {
  margin: 21px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;;
}

.download_box .detail_item .detail_imgs img {
  width: 40px;
  height: 40px;
}

.download_box .detail_item p {
  margin-top: 34px;
  color: var(--theme-primary-color);
  font-size: 18px;
}

.download_box .detail_item .detail_item_ewm img {
  width: 113px;
}

.download_box .detail_item .detail_item_ewm p {
  margin-top: 12px;
  color: #666666;
  font-size: 14px;
}

/******************** function_box ********************/

.function_box ul {
  font-size: 0;
  text-align: center;
}

.function_box li {
  display: inline-block;
  width: 14%;
  color: #999;
  font-size: 14px;
  padding: 25px 0;
  border-radius: 8px;
}

.function_box li:hover {
  box-shadow: 0px 0px 10px 6px rgba(189, 204, 221, 0.18);
}

.function_box li .iconfont {
  width: 40px;
  height: 40px;
}

.function_box li h4 {
  color: #333333;
  font-size: 16px;
  margin: 15px 0;
}

/* 头部 */
.person_info_wrap {
  display: inline-block;
  cursor: pointer;
}

.person_info_wrap .lawFirm_header_headImg img {
  width: 28px;
  height: 28px;
}

.person_info_wrap .lawFirm_header_headImg .zUserPhoto div {
  width: 28px;
  height: 28px;
}
.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.lawfrim_header .buy_vip_btn div {
  display: flex !important;
  align-items: center;
}

.top_left .downloading_ai {
  width: 20px;
  margin: 0;
}

#wordDownload {
  background: rgba(0, 0, 0, 0.6);
}

#wordDownload.modal.in .modal-dialog{
  margin: 200px auto;
}

#wordDownload .modal-content {
  background: url(/static/Public/images/lawyerDownload/51.png) 0 0 no-repeat;
  border-radius: 12px;
  padding: 34px;
  text-align: center;
}

#wordDownload .modal-content>span {
  color: #3874F6;
  cursor: pointer;
}

#wordDownload .modal-content .icon-close1 {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #333333;
  font-size: 20px;
}

#wordDownload .modal-content>p {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 50px;
  width: 500px;
  margin: 0 auto;
}

#wordDownload .modal-content>p em {
  color: #3874F6;
  font-weight: 700;
}

#wordDownload .modal-content>p span {
  color: #3874F6;
  font-weight: 700;
}

#wordDownload .modal_header_title {
  width: 100%;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}

#wordDownload .modal-body img {
  width: 467px;
  margin: 26px 0;
}

#wordDownload .modal-body .word_download_btn {
  text-align: right;
}

#wordDownload .modal-body .word_download_btn button {
  border: 1px solid var(--ms-color-theme);
  border-radius: 32px;
  padding: 7px 16px;
  font-size: 14px;
  color: var(--ms-color-theme);
  background: #fff;
  margin-right: 20px;
}

#wordDownload .modal-body .word_download_btn button.word_download_windows {
  background: var(--ms-color-theme);
  color: #fff;
}

.download_btns button .download_btn_content.downing {
  padding: 0 60px;
}

.video-content {
  padding: 20px;
}

video {
  width: 100%;
}